From: bangerth Date: Tue, 10 Feb 2009 16:56:28 +0000 (+0000) Subject: DETAILS_AT_TOP has become obsolete with doxygen 1.5.7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b1b1e5ca8fad355fdc7ce17d562f8324d13788e;p=dealii-svn.git DETAILS_AT_TOP has become obsolete with doxygen 1.5.7 git-svn-id: https://svn.dealii.org/trunk@18353 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index 7cebae0ae9..b7effaec7c 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -138,13 +138,6 @@ JAVADOC_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO -# If the DETAILS_AT_TOP tag is set to YES then Doxygen -# will output the detailed description near the top, like JavaDoc. -# If set to NO, the detailed description appears after the member -# documentation. - -DETAILS_AT_TOP = NO - # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements.