src/settings.h

changeset 27
d2eee642a31b
parent 20
8639ccd855ba
equal deleted inserted replaced
26:0b3a92df96db 27:d2eee642a31b
40 std::vector<std::string> paths; 40 std::vector<std::string> paths;
41 std::vector<std::string> authors; 41 std::vector<std::string> authors;
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 = false;
46 bool separate = false; 46 bool separate = false;
47 bool fragment = false; 47 bool fragment = false;
48 unsigned short year = settings_current_year; 48 unsigned short year = settings_current_year;
49 49
50 int parse_authormap(const std::string& path); 50 int parse_authormap(const std::string& path);

mercurial