Ignore:
Timestamp:
Sep 9, 2006, 7:36:34 PM (17 years ago)
Author:
Peter Johansson
Message:

fixes #76 and refs #87 new output file structure and draft to new main page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/html_utility.h

    r200 r201  
    2929#include <iosfwd>
    3030#include <string>
     31#include <vector>
    3132
    3233namespace theplu{
     
    5253
    5354  ///
    54   /// @printing cascading style sheet to stream @a s.
     55  /// @printing cascading style sheet to file name @a str.
    5556  ///
    56   void print_css(std::ostream& s);
     57  void print_css(const std::string& str);
    5758
     59  ///
     60  /// @brief print main page
     61  ///
     62  void print_main_page(const std::string&, const std::vector<std::string>&);
     63   
    5864  ///
    5965  /// @brief print html footer of page
Note: See TracChangeset for help on using the changeset viewer.