Added handling of start_from directive for USR

This commit is contained in:
Bartek Kryza
2021-02-20 15:02:41 +01:00
parent 6e3cc2e03b
commit 501a1f0466
5 changed files with 69 additions and 19 deletions

View File

@@ -4,13 +4,19 @@ diagrams:
main_sequence_diagram:
type: sequence
glob:
- t00001/t00001.cc
using_namespace: clanguml::t00001
- src/main.cc
using_namespace:
- ""
start_from:
file: t00001/t00001.cc
line: 20
classes:
- A
- B
puml:
- 'note top of diagram: Aggregate template'
- usr: "c:@F@main#I#**1C#"
include:
namespace:
- clanguml
exclude:
namespace:
- std
plantuml:
before:
- "' main test sequence diagram"
after:
- "' end"