Added PlantUML directives prepending and appending
This commit is contained in:
@@ -5,12 +5,18 @@ diagrams:
|
||||
type: sequence
|
||||
glob:
|
||||
- ../../tests/t00001/t00001.cc
|
||||
include:
|
||||
namespace:
|
||||
- clanguml::t00001
|
||||
exclude:
|
||||
namespace:
|
||||
- std
|
||||
using_namespace:
|
||||
- clanguml::t00001
|
||||
start_from:
|
||||
- usr: "c:@N@clanguml@N@t00001@F@tmain#"
|
||||
classes:
|
||||
- A
|
||||
- B
|
||||
puml:
|
||||
- 'note top of diagram: Aggregate template'
|
||||
plantuml:
|
||||
before:
|
||||
- "' t00001 test sequence diagram"
|
||||
after:
|
||||
- 'note over "tmain()": Main test function'
|
||||
|
||||
Reference in New Issue
Block a user