improve default doxygen options, not part of build. bug 239606 r=cls

This commit is contained in:
cbiesinger%web.de 2004-04-04 20:54:48 +00:00
parent 786965d4a8
commit 98a2fadf08

View File

@ -174,7 +174,7 @@ SHOW_INCLUDE_FILES = YES
# comments will behave just like the Qt-style comments (thus requiring an
# explict @brief command for a brief description.
JAVADOC_AUTOBRIEF = NO
JAVADOC_AUTOBRIEF = YES
# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
# member inherits the documentation from any documented member that it
@ -236,7 +236,7 @@ GENERATE_BUGLIST = NO
# will result in a user defined paragraph with heading "Side Effects:".
# You can put \n's in the value part of an alias to insert newlines.
ALIASES =
ALIASES = "status=\par Status:\n"
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines
# the initial value of a variable or define consist of for it to appear in
@ -386,7 +386,7 @@ COLS_IN_ALPHA_INDEX = 5
# The IGNORE_PREFIX tag can be used to specify one or more prefixes that
# should be ignored while generating the index headers.
IGNORE_PREFIX =
IGNORE_PREFIX = ns moz img in
#---------------------------------------------------------------------------
# configuration options related to the HTML output