src/html.h

changeset 20
8639ccd855ba
parent 13
e714005f3e9d
child 44
de22ded6d50a
equal deleted inserted replaced
19:2c128952f198 20:8639ccd855ba
30 30
31 namespace html { 31 namespace html {
32 32
33 static constexpr unsigned columns = 53; 33 static constexpr unsigned columns = 53;
34 34
35 void open(); 35 void open(bool fragment);
36 void close(); 36 void close(bool fragment);
37 37
38 void h1(const std::string& heading); 38 void h1(const std::string& heading);
39 void h2(const std::string& heading); 39 void h2(const std::string& heading);
40 void table_begin(std::chrono::year y); 40 void table_begin(std::chrono::year y);
41 void table_end(); 41 void table_end();

mercurial