From ab9715778f3f345381373ce15e9da82cf5e75123 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 6 Dec 2005 17:00:23 +0000 Subject: [PATCH 1/1] cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1866 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- tools/doxygen/toc_create.pl | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/tools/doxygen/toc_create.pl b/tools/doxygen/toc_create.pl index 3a74f0d16c..0eff98dc4f 100755 --- a/tools/doxygen/toc_create.pl +++ b/tools/doxygen/toc_create.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -($#ARGV >= 1) or die "Usage: toc_create.pl "; +($#ARGV >= 1) or die "Usage: toc_create.pl "; my(@toc); my($level,$label,$name); @@ -63,20 +63,3 @@ while($current_level>-1) { } print OUTPUT "\n"; - -# foreach $type qw(define enumeration enumvalue function typedef) { -# if(defined $database{$type}) { -# print OUTPUT "

$type

\n
    \n"; -# foreach $name (sort keys %{$database{$type}}) { -# if($type eq "function") { -# print OUTPUT "\t
  • $name()
  • \n"; -# } else { -# print OUTPUT "\t
  • #$name
  • \n"; -# } -# } -# print OUTPUT "\n
\n"; -# } -# } -# print OUTPUT "*/"; -# close OUTPUT; - -- 2.20.1