src/html.h

changeset 6
1040ba37d4c9
parent 5
60c2588b4455
child 7
d0f77dd2da42
equal deleted inserted replaced
5:60c2588b4455 6:1040ba37d4c9
34 void open(); 34 void open();
35 void close(); 35 void close();
36 36
37 void h1(const std::string& heading); 37 void h1(const std::string& heading);
38 void h2(const std::string& heading); 38 void h2(const std::string& heading);
39 void table_begin(); 39 void table_begin(int year);
40 void table_end(); 40 void table_end();
41 void row_begin(unsigned int weekday); 41 void row_begin(unsigned int weekday);
42 void row_end(); 42 void row_end();
43 void cell_out_of_range(); 43 void cell_out_of_range();
44 void cell(unsigned commits); 44 void cell(unsigned commits);

mercurial