Added layout hints config option to class diagrams

This commit is contained in:
Bartek Kryza
2022-02-08 22:19:38 +01:00
parent ed5e8e4e2d
commit fd7d916e3e
4 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
compilation_database_dir: debug
output_directory: output
diagrams:
class_main:
type: class
glob:
- src/**/*.cc
- src/**/*.h
using_namespace:
- clanguml
generate_method_arguments: full
layout:
ABCD:
- up: ABCD_SUBCLASS
- left: ABCD_SIBLING
ABCD_SIBLING:
- right: ABCD_OTHER_SIBLING
- down: ABCD_SIBLING_SIBLING
include:
namespaces:
- clanguml
- ABCD