Skip to content

Commit 727f52f

Browse files
committed
Remove more warnings from doxygen config
1 parent 0926430 commit 727f52f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

doxyfile_options

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ CREATE_SUBDIRS = NO
7676
# U+3044.
7777
# The default value is: NO.
7878

79-
ALLOW_UNICODE_NAMES = NO
79+
#ALLOW_UNICODE_NAMES = NO
8080

8181
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
8282
# documentation generated by doxygen is written. Doxygen will use this
@@ -357,7 +357,7 @@ DISTRIBUTE_GROUP_DOC = NO
357357
# is disabled and one has to add nested compounds explicitly via \ingroup.
358358
# The default value is: NO.
359359

360-
GROUP_NESTED_COMPOUNDS = NO
360+
#GROUP_NESTED_COMPOUNDS = NO
361361

362362
# Set the SUBGROUPING tag to YES to allow class member groups of the same type
363363
# (for instance a group of public functions) to be put as a subgroup of that
@@ -528,7 +528,7 @@ HIDE_SCOPE_NAMES = YES
528528
# YES the compound reference will be hidden.
529529
# The default value is: NO.
530530

531-
HIDE_COMPOUND_REFERENCE= NO
531+
#HIDE_COMPOUND_REFERENCE= NO
532532

533533
# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
534534
# the files that are included by a file in the documentation of that file.
@@ -752,7 +752,7 @@ WARN_NO_PARAMDOC = NO
752752
# a warning is encountered.
753753
# The default value is: NO.
754754

755-
WARN_AS_ERROR = NO
755+
#WARN_AS_ERROR = NO
756756

757757
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
758758
# can produce. The string should contain the $file, $line, and $text tags, which
@@ -1041,15 +1041,15 @@ VERBATIM_HEADERS = YES
10411041
# generated with the -Duse-libclang=ON option for CMake.
10421042
# The default value is: NO.
10431043

1044-
CLANG_ASSISTED_PARSING = NO
1044+
#CLANG_ASSISTED_PARSING = NO
10451045

10461046
# If clang assisted parsing is enabled you can provide the compiler with command
10471047
# line options that you would normally use when invoking the compiler. Note that
10481048
# the include paths will already be set by doxygen for the files and directories
10491049
# specified with INPUT and INCLUDE_PATH.
10501050
# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
10511051

1052-
CLANG_OPTIONS =
1052+
#CLANG_OPTIONS =
10531053

10541054
#---------------------------------------------------------------------------
10551055
# Configuration options related to the alphabetical class index
@@ -1721,7 +1721,7 @@ LATEX_FOOTER =
17211721
# list).
17221722
# This tag requires that the tag GENERATE_LATEX is set to YES.
17231723

1724-
LATEX_EXTRA_STYLESHEET =
1724+
#LATEX_EXTRA_STYLESHEET =
17251725

17261726
# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
17271727
# other source files which should be copied to the LATEX_OUTPUT output
@@ -1788,7 +1788,7 @@ LATEX_BIB_STYLE = plain
17881788
# The default value is: NO.
17891789
# This tag requires that the tag GENERATE_LATEX is set to YES.
17901790

1791-
LATEX_TIMESTAMP = NO
1791+
#LATEX_TIMESTAMP = NO
17921792

17931793
#---------------------------------------------------------------------------
17941794
# Configuration options related to the RTF output
@@ -1854,7 +1854,7 @@ RTF_EXTENSIONS_FILE =
18541854
# The default value is: NO.
18551855
# This tag requires that the tag GENERATE_RTF is set to YES.
18561856

1857-
RTF_SOURCE_CODE = NO
1857+
#RTF_SOURCE_CODE = NO
18581858

18591859
#---------------------------------------------------------------------------
18601860
# Configuration options related to the man page output
@@ -1889,7 +1889,7 @@ MAN_EXTENSION = .3
18891889
# MAN_EXTENSION with the initial . removed.
18901890
# This tag requires that the tag GENERATE_MAN is set to YES.
18911891

1892-
MAN_SUBDIR =
1892+
#MAN_SUBDIR =
18931893

18941894
# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
18951895
# will generate one additional man file for each entity documented in the real
@@ -1952,7 +1952,7 @@ DOCBOOK_OUTPUT = docbook
19521952
# The default value is: NO.
19531953
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.
19541954

1955-
DOCBOOK_PROGRAMLISTING = NO
1955+
#DOCBOOK_PROGRAMLISTING = NO
19561956

19571957
#---------------------------------------------------------------------------
19581958
# Configuration options for the AutoGen Definitions output
@@ -2383,7 +2383,7 @@ DIAFILE_DIRS =
23832383
# generate a warning when it encounters a \startuml command in this case and
23842384
# will not generate output for the diagram.
23852385

2386-
PLANTUML_JAR_PATH =
2386+
#PLANTUML_JAR_PATH =
23872387

23882388
# When using plantuml, the PLANTUML_CFG_FILE tag can be used to specify a
23892389
# configuration file for plantuml.
@@ -2393,7 +2393,7 @@ PLANTUML_JAR_PATH =
23932393
# When using plantuml, the specified paths are searched for files specified by
23942394
# the !include statement in a plantuml block.
23952395

2396-
PLANTUML_INCLUDE_PATH =
2396+
#PLANTUML_INCLUDE_PATH =
23972397

23982398
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
23992399
# that will be shown in the graph. If the number of nodes in a graph becomes

0 commit comments

Comments
 (0)