Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This description is wrong.

The entries are flushed when all parsing tasks including running guest parsers are finished. See "`cork API`_" for more details.

when ``useCork`` in unset. See "`cork API`_" for more details.

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