summaryrefslogtreecommitdiff
path: root/docs/SOURCE
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-09-29 07:53:23 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-09-29 07:53:23 +0000
commit1c8949bc6890c5ab126e7f5914b852485e7ff02f (patch)
tree6d17ff516f52846e006f489420931053b9db69e4 /docs/SOURCE
parent55bb2e71ca2497e0f63b1917d4a5eb512f04a867 (diff)
downloadmana-client-1c8949bc6890c5ab126e7f5914b852485e7ff02f.tar.gz
mana-client-1c8949bc6890c5ab126e7f5914b852485e7ff02f.tar.bz2
mana-client-1c8949bc6890c5ab126e7f5914b852485e7ff02f.tar.xz
mana-client-1c8949bc6890c5ab126e7f5914b852485e7ff02f.zip
*** empty log message ***
Diffstat (limited to 'docs/SOURCE')
-rw-r--r--docs/SOURCE/tmw.doxcfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/SOURCE/tmw.doxcfg b/docs/SOURCE/tmw.doxcfg
index 8856f562..114394d7 100644
--- a/docs/SOURCE/tmw.doxcfg
+++ b/docs/SOURCE/tmw.doxcfg
@@ -17,7 +17,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = The Mana World - A portable MMORPG game
+PROJECT_NAME = The Mana World
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -243,14 +243,14 @@ EXTRACT_LOCAL_METHODS = NO
# various overviews, but no documentation section is generated.
# This option has no effect if EXTRACT_ALL is enabled.
-HIDE_UNDOC_MEMBERS = NO
+HIDE_UNDOC_MEMBERS = YES
# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy.
# If set to NO (the default) these classes will be included in the various
# overviews. This option has no effect if EXTRACT_ALL is enabled.
-HIDE_UNDOC_CLASSES = NO
+HIDE_UNDOC_CLASSES = YES
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
# friend (class|struct|union) declarations.