1
0
Fork 0

Doxygen: added icon, autobrief.

This commit is contained in:
Mattes D 2017-05-12 09:10:07 +02:00
parent 2c3c1f1527
commit 86d3244549
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ PROJECT_BRIEF = "A lightweight, fast and extensible game server for Min
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
PROJECT_LOGO =
PROJECT_LOGO = Server/favicon.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@ -161,7 +161,7 @@ SHORT_NAMES = YES
# comments will behave just like regular Qt-style comments
# (thus requiring an explicit @brief command for a brief description.)
JAVADOC_AUTOBRIEF = NO
JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then Doxygen will
# interpret the first line (until the first dot) of a Qt-style
@ -169,7 +169,7 @@ JAVADOC_AUTOBRIEF = NO
# will behave just like regular Qt-style comments (thus requiring
# an explicit \brief command for a brief description.)
QT_AUTOBRIEF = NO
QT_AUTOBRIEF = YES
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
# treat a multi-line C++ special comment block (i.e. a block of //! or ///