From: mquinson Date: Tue, 27 Nov 2007 15:40:35 +0000 (+0000) Subject: cosmetics to java documentation X-Git-Tag: v3.3~777 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e9b0dc96439383147b02491962e8ccf8cfdeff6b?hp=a20a14d7ca7e3180c7ecbbb3164fcf5af5ee0574 cosmetics to java documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5070 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/doxygen/doxygen_postprocesser.pl b/tools/doxygen/doxygen_postprocesser.pl index 81f93fadd8..22b3d7da63 100755 --- a/tools/doxygen/doxygen_postprocesser.pl +++ b/tools/doxygen/doxygen_postprocesser.pl @@ -241,7 +241,18 @@ sub handle_page { # print "TAB: $_"; print TO "$_"; } + if ($current->{'file'} =~ m/^class/) { + while () { + last if (m||); + } + print TO "$_"; + } while () { + if (m/The documentation for/) { + while () { + last if (m/

/); + } + } print TO "$_"; } close FROM;