| 43 |
43 |
| 44 unsigned char depth = 1; |
44 unsigned char depth = 1; |
| 45 bool update_repos = false; |
45 bool update_repos = false; |
| 46 bool separate = false; |
46 bool separate = false; |
| 47 bool fragment = false; |
47 bool fragment = false; |
| |
48 bool styles_and_script = false; |
| 48 unsigned char fragment_indent = 0; |
49 unsigned char fragment_indent = 0; |
| 49 unsigned short year = settings_current_year; |
50 unsigned short year = settings_current_year; |
| 50 |
51 |
| 51 int parse_authormap(const std::string& path); |
52 int parse_authormap(const std::string& path); |
| 52 [[nodiscard]] bool exclude_author(const std::string &author) const; |
53 [[nodiscard]] bool exclude_author(const std::string &author) const; |