mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-26 01:21:57 +00:00
Updated Initialization options (markdown)
parent
cd130cf9ae
commit
f01b9dad9e
@ -22,7 +22,7 @@ If `indexerCount` is 0, use 80% of `std::thread::hardware_concurrency()`.
|
|||||||
- `1`, index Doxygen comment markers
|
- `1`, index Doxygen comment markers
|
||||||
- `2`, default, use `-fparse-all-comments` and recognize plain `//` `/* */` besides Doxygen comment markers
|
- `2`, default, use `-fparse-all-comments` and recognize plain `//` `/* */` besides Doxygen comment markers
|
||||||
|
|
||||||
With the value larger than 0, cquery will index comments associated with functions/types/variables (macros are not handled due to `clang_Cursor_getRawCommentText`'s peculiarity).
|
With the value larger than 0, ccls will index comments associated with functions/types/variables (macros are not handled due to `clang_Cursor_getRawCommentText`'s peculiarity).
|
||||||
|
|
||||||
This feature requires UI support as multi-line hover results poses a problem to editors:
|
This feature requires UI support as multi-line hover results poses a problem to editors:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user