Skip to content

Commit 1add35c

Browse files
committed
Pod,comment: add description about depthForCork procedure
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 0741b8c commit 1add35c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

optlib/pod.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static void initializePodParser (const langType language CTAGS_ATTR_UNUSED)
2828
" 0 get ?1 sub\n"
2929
" } def\n"
3030
"\n"
31+
" % cork:int DEPTHFORCORK depth:int\n"
3132
" /depthForCork {\n"
3233
" :kind kindTable exch _aindex pop\n"
3334
" } def\n"

optlib/pod.ctags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
0 get ?1 sub
4949
} def
5050

51+
% cork:int DEPTHFORCORK depth:int
5152
/depthForCork {
5253
:kind kindTable exch _aindex pop
5354
} def

0 commit comments

Comments
 (0)