We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e7a74 commit 9e8a785Copy full SHA for 9e8a785
docs/internal.rst
@@ -98,9 +98,10 @@ parser does not set ``CORK_QUEUE`` to ``useCork`` field. ``writeTagEntry`` calls
98
xrefWriter, and jsonWriter.
99
One of them is chosen depending on the arguments passed to ctags.
100
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.
+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
104
+when ``useCork`` in unset. See "`cork API`_" for more details.
105
106
cork API
107
......................................................................
0 commit comments