X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc7bcc75749ca6fe24da694e8ab8682af0f67149..35ec45b279eb57aaa44028ab6d19d747fe903071:/tools/doxygen/xbt_log_extract_hierarchy.pl diff --git a/tools/doxygen/xbt_log_extract_hierarchy.pl b/tools/doxygen/xbt_log_extract_hierarchy.pl index 8d9e70cd84..4de8b7f605 100755 --- a/tools/doxygen/xbt_log_extract_hierarchy.pl +++ b/tools/doxygen/xbt_log_extract_hierarchy.pl @@ -5,6 +5,9 @@ use warnings; my $debug = 0; +print "/* Generated file, do not edit */\n"; +print "/** \\addtogroup XBT_log_cats\n"; +print ' @{'"\n"; # Search for calls to macros defining new channels, and prepare the tree representation my %ancestor; @@ -150,3 +153,6 @@ sub check_connection { } check_connection("XBT_LOG_ROOT_CAT"); map {warn "Category $_ does not seem to be connected to the root (anc=$ancestor{$_})\n";} grep {!defined $used{$_}} sort keys %ancestor; + + +print "@}*/"; \ No newline at end of file