diff options
-rw-r--r-- | host/docs/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index 963e10ddc..05050b34f 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -1101,7 +1101,7 @@ VERBATIM_HEADERS = YES # generated with the -Duse_libclang=ON option for CMake. # The default value is: NO. -CLANG_ASSISTED_PARSING = NO +#CLANG_ASSISTED_PARSING = NO # If clang assisted parsing is enabled you can provide the compiler with command # line options that you would normally use when invoking the compiler. Note that @@ -1109,7 +1109,7 @@ CLANG_ASSISTED_PARSING = NO # specified with INPUT and INCLUDE_PATH. # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. -CLANG_OPTIONS = +#CLANG_OPTIONS = # If clang assisted parsing is enabled you can provide the clang parser with the # path to the compilation database (see: |