diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-05-19 11:55:47 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-20 15:18:32 -0500 |
commit | e4f7b70e82c8acdc1bb61e79aff5cb69add16a75 (patch) | |
tree | 00f4fe3e90973260e4b21f7b5855e965fd729bd5 /host/docs/Doxyfile.in | |
parent | 092125f07d94263787da27ce1ecb0d6cf0480912 (diff) | |
download | uhd-e4f7b70e82c8acdc1bb61e79aff5cb69add16a75.tar.gz uhd-e4f7b70e82c8acdc1bb61e79aff5cb69add16a75.tar.bz2 uhd-e4f7b70e82c8acdc1bb61e79aff5cb69add16a75.zip |
docs: Fix some Doxygen warnings
Disables CLANG_ASSISTED_PARSING and CLANG_OPTIONS, which are not
available in all Doxygen version, and are unused.
Diffstat (limited to 'host/docs/Doxyfile.in')
-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: |