X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5452f2220046484642bb07f9e870663bc5f054d..77fecf4a12de7c801bcc93590a2901cafe74fc85:/tools/doxygen/toc_create.pl diff --git a/tools/doxygen/toc_create.pl b/tools/doxygen/toc_create.pl index 52c08da4b6..13b1cd0e54 100755 --- a/tools/doxygen/toc_create.pl +++ b/tools/doxygen/toc_create.pl @@ -43,7 +43,7 @@ sub handle_file { $outfile =~ s|\.\./||g; $outfile =~ s|/|_|g; $outfile = ".$outfile"; - print "<<<<< $infile -> $outfile >>>>>>\n"; + print "Create a TOC for $infile (in $outfile)\n"; open OUTPUT,"> ./$outfile"; my($current_level)=-1; my($entry);