Changeset 209 for trunk/lib/Directory.cc
- Timestamp:
- Sep 12, 2006, 2:14:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r207 r209 124 124 std::cout << "Printing output for " << path_ << std::endl; 125 125 print("all", "total"); 126 print("all", "code"); 127 print("all", "comments"); 128 print("all", "empty"); 126 129 127 130 // print daughter nodes, i.e., this function is recursive … … 145 148 path_anchor(os); 146 149 os << "<p align=center>\n<img src='" 147 << file_name(stats_.plot(outdir+"/index.png", local_path() ))150 << file_name(stats_.plot(outdir+"/index.png", local_path(),line_type)) 148 151 << "' alt='[plot]' border=0><br>\n"; 149 152 os << "<table class=\"listings\">\n";
Note: See TracChangeset
for help on using the changeset viewer.