Changeset 201 for trunk/lib/html_utility.h
- Timestamp:
- Sep 9, 2006, 7:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/html_utility.h
r200 r201 29 29 #include <iosfwd> 30 30 #include <string> 31 #include <vector> 31 32 32 33 namespace theplu{ … … 52 53 53 54 /// 54 /// @printing cascading style sheet to stream @a s.55 /// @printing cascading style sheet to file name @a str. 55 56 /// 56 void print_css( std::ostream& s);57 void print_css(const std::string& str); 57 58 59 /// 60 /// @brief print main page 61 /// 62 void print_main_page(const std::string&, const std::vector<std::string>&); 63 58 64 /// 59 65 /// @brief print html footer of page
Note: See TracChangeset
for help on using the changeset viewer.