| 35 |
35 |
| 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 int set_output(std::string const &path); |
| 40 void open(bool fragment, unsigned char fragment_indent = 0); |
41 void open(bool fragment, unsigned char fragment_indent = 0); |
| 41 void styles_and_script(); |
42 void styles_and_script(); |
| 42 void close(bool fragment); |
43 void close(bool fragment); |
| 43 |
44 |
| 44 void chart_begin(const std::string& repo, const std::string& author); |
45 void chart_begin(const std::string& repo, const std::string& author); |