From b96aeece996c13fdd33ab11c2b71ff3b1e9e76ea Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 30 Jul 2010 16:05:26 +0000 Subject: [PATCH] Removed problematic DETAILS_AT_TOP to silence warning of Debian buildd --- doc/doxygen.conf.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 962bcdc..543d693 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -154,13 +154,6 @@ QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = YES -# 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 = YES - # 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.