src/html.h

changeset 73
707f42bb0484
parent 56
3d2720f95cfb
child 75
857af79337d5
equal deleted inserted replaced
72:93de83b09c2d 73:707f42bb0484
36 static constexpr unsigned max_indentation = 16; 36 static constexpr unsigned max_indentation = 16;
37 static constexpr unsigned max_external_indentation = max_indentation - 4; 37 static constexpr unsigned max_external_indentation = max_indentation - 4;
38 static constexpr unsigned columns = 53; 38 static constexpr unsigned columns = 53;
39 39
40 void open(bool fragment, unsigned char fragment_indent = 0); 40 void open(bool fragment, unsigned char fragment_indent = 0);
41 void styles_and_script();
41 void close(bool fragment); 42 void close(bool fragment);
42 43
43 void chart_begin(const std::string& repo, const std::string& author); 44 void chart_begin(const std::string& repo, const std::string& author);
44 void chart_end(); 45 void chart_end();
45 void heading_repo(const std::string& repo); 46 void heading_repo(const std::string& repo);

mercurial