Changeset 211 for trunk/lib/File.cc
- Timestamp:
- Sep 15, 2006, 1:19:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r209 r211 62 62 std::string html_name(outpath + ".html"); 63 63 std::ofstream os(html_name.c_str()); 64 print_header(os, name(), level_+2 );64 print_header(os, name(), level_+2, line_type, local_path()+".html"); 65 65 path_anchor(os); 66 66 os << "<p align=center>\n<img src='"
Note: See TracChangeset
for help on using the changeset viewer.