Added support for 'together' option in class diagrams without rendered namespaces
This commit is contained in:
19
tests/t00053/.clang-uml
Normal file
19
tests/t00053/.clang-uml
Normal file
@@ -0,0 +1,19 @@
|
||||
compilation_database_dir: ..
|
||||
output_directory: puml
|
||||
diagrams:
|
||||
t00053_class:
|
||||
type: class
|
||||
glob:
|
||||
- ../../tests/t00053/t00053.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t00053
|
||||
using_namespace:
|
||||
- clanguml::t00053
|
||||
layout:
|
||||
a:
|
||||
- together: [c,e,f]
|
||||
A:
|
||||
- together: [C,E,F]
|
||||
h:
|
||||
- together: [j]
|
||||
Reference in New Issue
Block a user