| 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); |