Added support for constructors and operators in sequence diagrams
This commit is contained in:
15
tests/t20030/.clang-uml
Normal file
15
tests/t20030/.clang-uml
Normal file
@@ -0,0 +1,15 @@
|
||||
compilation_database_dir: ..
|
||||
output_directory: puml
|
||||
diagrams:
|
||||
t20030_sequence:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t20030/t20030.cc
|
||||
include:
|
||||
namespaces:
|
||||
- clanguml::t20030
|
||||
using_namespace:
|
||||
- clanguml::t20030
|
||||
start_from:
|
||||
- function: "clanguml::t20030::tmain(int)"
|
||||
- function: "clanguml::t20030::tmain(bool,int)"
|
||||
Reference in New Issue
Block a user