From cd40bb349d3d9d0633266598d9355c26bd689116 Mon Sep 17 00:00:00 2001 From: jboisson Date: Tue, 16 Dec 2008 09:37:36 +0000 Subject: [PATCH] mo.doxyfile.cmake has been updated to be complient with the new version of doxygen git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1296 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/doc/mo.doxyfile.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/trunk/paradiseo-mo/doc/mo.doxyfile.cmake b/trunk/paradiseo-mo/doc/mo.doxyfile.cmake index ab30c3021..60e84efda 100644 --- a/trunk/paradiseo-mo/doc/mo.doxyfile.cmake +++ b/trunk/paradiseo-mo/doc/mo.doxyfile.cmake @@ -156,13 +156,6 @@ JAVADOC_AUTOBRIEF = YES 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.