47 void table_begin(std::chrono::year y, const std::array<unsigned int, 12> &commits_per_month); |
47 void table_begin(std::chrono::year y, const std::array<unsigned int, 12> &commits_per_month); |
48 void table_end(); |
48 void table_end(); |
49 void row_begin(unsigned int row); |
49 void row_begin(unsigned int row); |
50 void row_end(); |
50 void row_end(); |
51 void cell_out_of_range(); |
51 void cell_out_of_range(); |
52 void cell(std::chrono::year_month_day ymd, const fm::commits &commits = {}); |
52 void cell(std::chrono::year_month_day ymd, bool hide_repo_names = false, const fm::commits &commits = {}); |
53 |
53 |
54 } |
54 } |
55 |
55 |
56 #endif //HTML_H |
56 #endif //HTML_H |