From e561e182d16e5206ce016f1698fbee57eea0a872 Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Tue, 24 Apr 2007 06:36:23 +0000 Subject: [PATCH] Enable JAVADOC_AUTOBRIEF in Doxygen configuration file. With this enabled, the 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/Doxyfile b/maintenance/Doxyfile index 5707a9cb07..6c9811d082 100644 --- a/maintenance/Doxyfile +++ b/maintenance/Doxyfile @@ -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 -- 2.20.1