]> AND Public Git Repository - simgrid.git/blobdiff - tools/doxygen/xbt_log_extract_hierarchy.pl
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove tests to avoid spending too much time testing this again and again. Saves...
[simgrid.git] / tools / doxygen / xbt_log_extract_hierarchy.pl
index 9801be36ce83f2a506c610e548c304b86b599888..3a0a70e464e151dd581730ac16f07ed417e6c5f6 100755 (executable)
@@ -86,7 +86,7 @@ sub parse_file {
 }
 # Retrieve all the file names, and add their content to $data
 my $data;
-open FILES, "find src/ tools/ include/ -name '*.c'|" || die "Cannot search for the source file names: $!\n";
+open FILES, "find ../src/ ../tools/ ../include/ -name '*.c' -o -name '*.cpp' |" || die "Cannot search for the source file names: $!\n";
 while (my $file=<FILES>) {
     chomp $file;
     parse_file($file);