Added basic config option inheritance
This commit is contained in:
24
tests/test_config_data/inherited.yml
Normal file
24
tests/test_config_data/inherited.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
compilation_database_dir: debug
|
||||
output_directory: output
|
||||
include_relations_also_as_members: false
|
||||
using_namespace:
|
||||
- clanguml
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml
|
||||
- ABCD
|
||||
glob:
|
||||
- src/**/*.cc
|
||||
- src/**/*.h
|
||||
|
||||
diagrams:
|
||||
class_default:
|
||||
type: class
|
||||
class_custom:
|
||||
type: class
|
||||
using_namespace:
|
||||
- clanguml::ns1
|
||||
include_relations_also_as_members: true
|
||||
glob:
|
||||
- src/main.cc
|
||||
|
||||
14
tests/test_config_data/simple.yml
Normal file
14
tests/test_config_data/simple.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
compilation_database_dir: debug
|
||||
output_directory: output
|
||||
diagrams:
|
||||
class_main:
|
||||
type: class
|
||||
glob:
|
||||
- src/**/*.cc
|
||||
- src/**/*.h
|
||||
using_namespace:
|
||||
- clanguml
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml
|
||||
- ABCD
|
||||
Reference in New Issue
Block a user