From: Adam Dickmeiss Date: Fri, 28 Aug 2009 12:41:48 +0000 (+0200) Subject: Remove DETAILS_AT_TOP Dox config X-Git-Tag: v1.1.1~1 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=2a39f67597983b0bfbb3f643be64ad81d5f57475;p=pazpar2-moved-to-github.git Remove DETAILS_AT_TOP Dox config --- diff --git a/Doxyfile.in b/Doxyfile.in index b064749..f9d2773 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -155,13 +155,6 @@ QT_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.