Added option include_system_headers to enable processing of system headers

This commit is contained in:
Bartek Kryza
2024-06-26 22:49:35 +02:00
parent fbe3631cff
commit f47d11943e
15 changed files with 177 additions and 35 deletions

View File

@@ -1,5 +1,6 @@
compilation_database_dir: debug
output_directory: output
filter_mode: advanced
diagrams:
anyof_test:
type: class
@@ -7,7 +8,6 @@ diagrams:
glob:
- src/**/*.cc
- src/**/*.h
filter_mode: advanced
include:
anyof:
namespaces:
@@ -17,4 +17,12 @@ diagrams:
exclude:
anyof:
namespaces:
- ns1::ns2::detail
- ns1::ns2::detail
modules_test:
type: class
include:
anyof:
modules:
- mod1::mod2
namespaces:
- ns1::ns2