This eliminates some warnings with doxygen 1.8.7 on Ubuntu 14.04.4 LTS
based system. The default values of these options are equal to the
commented-out values so nothing should be broken by this change.
Without this I get
Warning: Tag `CLANG_ASSISTED_PARSING' at line 1034 of file `Doxyfile' belongs to an option that was not enabled at compile time.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
Warning: Tag `CLANG_OPTIONS' at line 1042 of file `Doxyfile' belongs to an option that was not enabled at compile time.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled.
Warning: ignoring unsupported tag `DOCBOOK_PROGRAMLISTING =' at line 1912, file Doxyfile
Warning: ignoring unsupported tag `PLANTUML_JAR_PATH =' at line 2339, file Doxyfile
https://github.com/geany/geany/pull/925
—
Reply to this email directly or view it on GitHub.