diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-16 16:29:47 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-16 16:29:47 +0000 |
commit | 6e0bf19c43e545c5cb558edd69b40614fe71ca59 (patch) | |
tree | 835d05b9a10b94394141a79b8a45a541b96bb3cc /docs | |
parent | ed1a5a1f37bf760cccaa133013a5c73f4c8897e3 (diff) | |
download | mana-client-6e0bf19c43e545c5cb558edd69b40614fe71ca59.tar.gz mana-client-6e0bf19c43e545c5cb558edd69b40614fe71ca59.tar.bz2 mana-client-6e0bf19c43e545c5cb558edd69b40614fe71ca59.tar.xz mana-client-6e0bf19c43e545c5cb558edd69b40614fe71ca59.zip |
Doxygen improvements.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SOURCE/tmw.doxcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/SOURCE/tmw.doxcfg b/docs/SOURCE/tmw.doxcfg index cb786e42..fe5039fb 100644 --- a/docs/SOURCE/tmw.doxcfg +++ b/docs/SOURCE/tmw.doxcfg @@ -137,7 +137,7 @@ SHORT_NAMES = NO # comments will behave just like the Qt-style comments (thus requiring an # explicit @brief command for a brief description. -JAVADOC_AUTOBRIEF = NO +JAVADOC_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 /// @@ -170,7 +170,7 @@ DISTRIBUTE_GROUP_DOC = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. -TAB_SIZE = 2 +TAB_SIZE = 4 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". |