remove 2 doxygen config warnings
This commit is contained in:
parent
d581752042
commit
2c627e5a93
|
@ -68,7 +68,7 @@ CREATE_SUBDIRS = NO
|
||||||
# If set to NO, non-ASCII characters will be escaped, for example
|
# If set to NO, non-ASCII characters will be escaped, for example
|
||||||
# _xE3_x81_x84 will be used for Unicode U+3044.
|
# _xE3_x81_x84 will be used for Unicode U+3044.
|
||||||
|
|
||||||
ALLOW_UNICODE_NAMES = NO
|
# ALLOW_UNICODE_NAMES = NO
|
||||||
|
|
||||||
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
|
||||||
# documentation generated by doxygen is written. Doxygen will use this
|
# documentation generated by doxygen is written. Doxygen will use this
|
||||||
|
@ -444,7 +444,7 @@ HIDE_SCOPE_NAMES = NO
|
||||||
# YES the compound reference will be hidden.
|
# YES the compound reference will be hidden.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
HIDE_COMPOUND_REFERENCE = NO
|
# HIDE_COMPOUND_REFERENCE = NO
|
||||||
|
|
||||||
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
|
# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
|
||||||
# will put a list of the files that are included by a file in the documentation
|
# will put a list of the files that are included by a file in the documentation
|
||||||
|
|
Loading…
Reference in a new issue