Added PlantUML directives prepending and appending

This commit is contained in:
Bartek Kryza
2021-02-20 12:30:44 +01:00
parent c1f225b381
commit 0c08507d34
6 changed files with 412 additions and 25 deletions

View File

@@ -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'