Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do display the output when requested to not take it into account but the child dyied...
[simgrid.git] / tools / doxygen / toc_create.pl
index 52c08da..13b1cd0 100755 (executable)
@@ -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);