From 483b47ddd8039ba77aacc11d35825489f74b3b47 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 25 Jul 2020 18:59:50 +0200 Subject: issue #7921: Help for CLANG_DATABASE_PATH is misleading --- src/config.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/config.xml b/src/config.xml index 7683a4e..9cbe46a 100644 --- a/src/config.xml +++ b/src/config.xml @@ -1705,10 +1705,12 @@ to disable this feature. - compilation database used when the files were built. This is equivalent to - specifying the "-p" option to a clang tool, such as clang-check. These options - will then be passed to the parser. + path to the directory containing a file called compile_commands.json. + This file is the + compilation database containing the options used when the source files were built. + This is equivalent to specifying the "-p" option to a clang tool, such as clang-check. + These options will then be passed to the parser. Any options specified with + \ref cfg_clang_options "CLANG_OPTIONS" will be added as well. @note The availability of this option depends on whether or not doxygen was generated with the `-Duse_libclang=ON` option for CMake. -- cgit v0.12