From e4f7b70e82c8acdc1bb61e79aff5cb69add16a75 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 19 May 2020 11:55:47 -0700 Subject: docs: Fix some Doxygen warnings Disables CLANG_ASSISTED_PARSING and CLANG_OPTIONS, which are not available in all Doxygen version, and are unused. --- host/docs/Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/docs/Doxyfile.in') 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: -- cgit v1.2.3