src/settings.h

changeset 20
8639ccd855ba
parent 16
730a5638c4ad
child 27
d2eee642a31b
equal deleted inserted replaced
19:2c128952f198 20:8639ccd855ba
42 std::unordered_map<std::string, std::string> authormap; 42 std::unordered_map<std::string, std::string> authormap;
43 43
44 unsigned char depth = 1; 44 unsigned char depth = 1;
45 bool update_repos = true; 45 bool update_repos = true;
46 bool separate = false; 46 bool separate = false;
47 bool fragment = false;
47 unsigned short year = settings_current_year; 48 unsigned short year = settings_current_year;
48 49
49 int parse_authormap(const std::string& path); 50 int parse_authormap(const std::string& path);
50 [[nodiscard]] bool exclude_author(const std::string &author) const; 51 [[nodiscard]] bool exclude_author(const std::string &author) const;
51 52

mercurial