From f01b9dad9eb835bfd047dc09c49a66eebe309270 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 31 Mar 2018 18:00:11 -0700 Subject: [PATCH] Updated Initialization options (markdown) --- Initialization-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Initialization-options.md b/Initialization-options.md index 7b9a4be..a0a27d7 100644 --- a/Initialization-options.md +++ b/Initialization-options.md @@ -22,7 +22,7 @@ If `indexerCount` is 0, use 80% of `std::thread::hardware_concurrency()`. - `1`, index 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: