Added initial configuration file schema validation
This commit is contained in:
1152
tests/test_config_data/clang_uml_config.yml
Normal file
1152
tests/test_config_data/clang_uml_config.yml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -6,11 +6,11 @@ diagram_templates:
|
||||
description: Sequence diagram of the main() function
|
||||
type: sequence
|
||||
template: |
|
||||
main_sequence_diagram:
|
||||
type: sequence
|
||||
glob: [ {{ glob }} ]
|
||||
start_from:
|
||||
- function: 'main(int,const char**)'
|
||||
main_sequence_diagram:
|
||||
type: sequence
|
||||
glob: [ {{ glob }} ]
|
||||
start_from:
|
||||
- function: 'main(int,const char**)'
|
||||
diagrams:
|
||||
diagram1:
|
||||
type: class
|
||||
@@ -28,7 +28,6 @@ diagrams:
|
||||
- src/**/*.h
|
||||
using_namespace:
|
||||
- clanguml
|
||||
generate_method_arguments: full
|
||||
layout:
|
||||
ABCD:
|
||||
- up: ABCD_SUBCLASS
|
||||
|
||||
Reference in New Issue
Block a user