X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a20a14d7ca7e3180c7ecbbb3164fcf5af5ee0574..e9b0dc96439383147b02491962e8ccf8cfdeff6b:/tools/doxygen/doxygen_postprocesser.pl 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;