diff options
author | Mattes D <github@xoft.cz> | 2017-05-12 09:10:07 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2017-05-12 09:10:07 +0200 |
commit | 86d3244549820bbe2a1fca99a7181c806e8f9ac8 (patch) | |
tree | f40787072681ad885d097998ba21cf779edd5ecc /Doxyfile | |
parent | Tracer replacement (#3704) (diff) | |
download | cuberite-86d3244549820bbe2a1fca99a7181c806e8f9ac8.tar cuberite-86d3244549820bbe2a1fca99a7181c806e8f9ac8.tar.gz cuberite-86d3244549820bbe2a1fca99a7181c806e8f9ac8.tar.bz2 cuberite-86d3244549820bbe2a1fca99a7181c806e8f9ac8.tar.lz cuberite-86d3244549820bbe2a1fca99a7181c806e8f9ac8.tar.xz cuberite-86d3244549820bbe2a1fca99a7181c806e8f9ac8.tar.zst cuberite-86d3244549820bbe2a1fca99a7181c806e8f9ac8.zip |
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 /// |