Skip to content

Commit 9e8a785

Browse files
committed
docs(web): introduce new terms corkQueue and corkIndex
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 50e7a74 commit 9e8a785

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/internal.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ parser does not set ``CORK_QUEUE`` to ``useCork`` field. ``writeTagEntry`` calls
9898
xrefWriter, and jsonWriter.
9999
One of them is chosen depending on the arguments passed to ctags.
100100

101-
If ``CORK_QUEUE`` is set to ``useCork``, the tag information goes to a queue on memory.
102-
The queue is flushed when ``useCork`` in unset. See "`cork API`_" for more
103-
details.
101+
If ``CORK_QUEUE`` is set to ``useCork``, the tag information goes to a
102+
queue (**corkQueue**) on memory, and a unique integer (**corkIndex**)
103+
is assigned identifying the tag information. The queue is flushed
104+
when ``useCork`` in unset. See "`cork API`_" for more details.
104105

105106
cork API
106107
......................................................................

0 commit comments

Comments
 (0)