Skip to content

Commit

Permalink
docs(web): introduce new terms corkQueue and corkIndex
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Dec 28, 2022
1 parent 50e7a74 commit 9e8a785
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/internal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ parser does not set ``CORK_QUEUE`` to ``useCork`` field. ``writeTagEntry`` calls
xrefWriter, and jsonWriter.
One of them is chosen depending on the arguments passed to ctags.

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

cork API
......................................................................
Expand Down

0 comments on commit 9e8a785

Please sign in to comment.