Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update generated file with regard to the detection of borken makecontext: we don...
[simgrid.git] / tools / doxygen / toc_create.pl
index 52c08da4b63341ad7f0621b02735f7dc4353d729..13b1cd0e5428545b9a9e1b2007e28be53132826f 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);