Changeset 209 for trunk/lib/File.cc
- Timestamp:
- Sep 12, 2006, 2:14:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r207 r209 65 65 path_anchor(os); 66 66 os << "<p align=center>\n<img src='" 67 << file_name(stats_.plot(outpath+".png",local_path() ))67 << file_name(stats_.plot(outpath+".png",local_path(),line_type)) 68 68 << "' alt='[plot]' border=0>\n</p>"; 69 69 … … 127 127 std::cout << "Printing output for " << path_ << std::endl; 128 128 print("all", "total"); 129 print("all", "code"); 130 print("all", "comments"); 131 print("all", "empty"); 129 132 } 130 133
Note: See TracChangeset
for help on using the changeset viewer.