Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 01 Mar 2016 18:11:21 UTC Commit: d7c2a38509c749329e6ea5c432758f090a246b15 https://github.com/geany/geany/commit/d7c2a38509c749329e6ea5c432758f090a246b...
Log Message: ----------- Merge pull request #925 from techee/doxygen_warning
Comment-out some options not available on older Doxygen versions
Modified Paths: -------------- doc/Doxyfile.in
Modified: doc/Doxyfile.in 8 lines changed, 4 insertions(+), 4 deletions(-) =================================================================== @@ -1047,7 +1047,7 @@ VERBATIM_HEADERS = NO # compiled with the --with-libclang option. # 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 @@ -1055,7 +1055,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 @@ -1925,7 +1925,7 @@ DOCBOOK_OUTPUT = docbook # The default value is: NO. # This tag requires that the tag GENERATE_DOCBOOK is set to YES.
-DOCBOOK_PROGRAMLISTING = NO +# DOCBOOK_PROGRAMLISTING = NO
#--------------------------------------------------------------------------- # Configuration options for the AutoGen Definitions output @@ -2355,7 +2355,7 @@ DIAFILE_DIRS = # will not generate output for the diagram. # This tag requires that the tag HAVE_DOT is set to YES.
-PLANTUML_JAR_PATH = +# PLANTUML_JAR_PATH =
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes # that will be shown in the graph. If the number of nodes in a graph becomes
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).