src/html.h

changeset 46
7e099403e5b0
parent 44
de22ded6d50a
child 52
e9edc3bd0301
equal deleted inserted replaced
45:2cb7fdd2ba18 46:7e099403e5b0
34 static constexpr unsigned columns = 53; 34 static constexpr unsigned columns = 53;
35 35
36 void open(bool fragment); 36 void open(bool fragment);
37 void close(bool fragment); 37 void close(bool fragment);
38 38
39 void chart_begin(const std::string& repo, const std::string& author);
40 void chart_end();
39 void heading_repo(const std::string& repo); 41 void heading_repo(const std::string& repo);
40 void heading_author(const std::string& author, unsigned int total_commits); 42 void heading_author(const std::string& author, unsigned int total_commits);
41 void table_begin(std::chrono::year y, const std::array<unsigned int, 12> &commits_per_month); 43 void table_begin(std::chrono::year y, const std::array<unsigned int, 12> &commits_per_month);
42 void table_end(); 44 void table_end();
43 void row_begin(unsigned int row); 45 void row_begin(unsigned int row);

mercurial