From d28d79d776f259fbef04fd5ccb493ebc4eca75cb Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Tue, 12 Jun 2018 11:41:46 +0200 Subject: [PATCH] Documentation build: eliminate warning from doxygen On some system, the current doxygen configuration file will generate a warning if CLANG_ASSISTED_PARSING was not enbabled at compile time. This is not used but the simple fact it's listed in the configuration file (turned off) still generates the warning. So comment out the option altogether to get a clean log output. Signed-off-by: Geoffroy Van Cutsem --- doc/acrn.doxyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/acrn.doxyfile b/doc/acrn.doxyfile index 96b54eae6..2c44681e3 100644 --- a/doc/acrn.doxyfile +++ b/doc/acrn.doxyfile @@ -1045,7 +1045,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 @@ -1053,7 +1053,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 = #--------------------------------------------------------------------------- # Configuration options related to the alphabetical class index