From: Adam Dickmeiss Date: Thu, 19 Nov 2009 17:06:26 +0000 (+0100) Subject: Remove DETAILS_AT_TOP (Doxygen) X-Git-Tag: v1.1.6~2 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=42f5f787566c86490724a6f4166ff4196f057ad8;ds=inline Remove DETAILS_AT_TOP (Doxygen) --- diff --git a/Doxyfile.in b/Doxyfile.in index 854016d..e4c7527 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -154,13 +154,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.