Enable JAVADOC_AUTOBRIEF in Doxygen configuration file. With this enabled, the
authorNick Jenkins <nickj@users.mediawiki.org>
Tue, 24 Apr 2007 06:36:23 +0000 (06:36 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Tue, 24 Apr 2007 06:36:23 +0000 (06:36 +0000)
http://svn.wikimedia.org/doc/annotated.html page should (I think) when regenerated
go from the class description column on the right being almost empty, to being almost
full. (Why Doxygen ships with this defaulting to off is rather perplexing to me).

maintenance/Doxyfile

index 5707a9c..6c9811d 100644 (file)
@@ -34,7 +34,7 @@ FULL_PATH_NAMES        = YES
 STRIP_FROM_PATH        = {{STRIP_FROM_PATH}}
 STRIP_FROM_INC_PATH    = 
 SHORT_NAMES            = NO
-JAVADOC_AUTOBRIEF      = NO
+JAVADOC_AUTOBRIEF      = YES
 MULTILINE_CPP_IS_BRIEF = NO
 DETAILS_AT_TOP         = NO
 INHERIT_DOCS           = YES