Added support for external system headers

This commit is contained in:
Bartek Kryza
2022-04-25 00:18:13 +02:00
parent 6e78e87bb0
commit bd0bb4455f
8 changed files with 33 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ struct inheritable_diagram_options {
option<git_config> git{"git"};
option<std::filesystem::path> base_directory{"__parent_path"};
option<std::filesystem::path> relative_to{"relative_to"};
option<bool> generate_system_headers{"generate_system_headers", false};
void inherit(const inheritable_diagram_options &parent);
};