From 98a2fadf080f8c9b86190a658db80d9a8d64cc36 Mon Sep 17 00:00:00 2001 From: "cbiesinger%web.de" Date: Sun, 4 Apr 2004 20:54:48 +0000 Subject: [PATCH] improve default doxygen options, not part of build. bug 239606 r=cls --- config/doxygen.cfg.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/doxygen.cfg.in b/config/doxygen.cfg.in index 1d2e88b8ac28..3756a575ff52 100644 --- a/config/doxygen.cfg.in +++ b/config/doxygen.cfg.in @@ -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