File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,10 @@ parser does not set ``CORK_QUEUE`` to ``useCork`` field. ``writeTagEntry`` calls
98
98
xrefWriter, and jsonWriter.
99
99
One of them is chosen depending on the arguments passed to ctags.
100
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.
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.
104
105
105
106
cork API
106
107
......................................................................
You can’t perform that action at this time.
0 commit comments