Enable autobrief cpp multiline in doxygen
This commit is contained in:
parent
bc59b72fa9
commit
d168996c37
@ -153,7 +153,7 @@ QT_AUTOBRIEF = NO
|
|||||||
# The new default is to treat a multi-line C++ comment block as a detailed
|
# The new default is to treat a multi-line C++ comment block as a detailed
|
||||||
# description. Set this tag to YES if you prefer the old behaviour instead.
|
# description. Set this tag to YES if you prefer the old behaviour instead.
|
||||||
|
|
||||||
MULTILINE_CPP_IS_BRIEF = NO
|
MULTILINE_CPP_IS_BRIEF = YES
|
||||||
|
|
||||||
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
|
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
|
||||||
# member inherits the documentation from any documented member that it
|
# member inherits the documentation from any documented member that it
|
||||||
@ -564,7 +564,7 @@ WARN_LOGFILE =
|
|||||||
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = @top_srcdir@
|
INPUT = @top_srcdir@/
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
|
Loading…
Reference in New Issue
Block a user