Fixed plantuml config option inheritance

This commit is contained in:
Bartek Kryza
2022-04-25 23:52:39 +02:00
parent d9a8a479df
commit 6fed330f67
6 changed files with 75 additions and 34 deletions

View File

@@ -10,7 +10,11 @@ include:
glob:
- src/**/*.cc
- src/**/*.h
plantuml:
before:
- This is a common header
after:
- This is a common footnote
diagrams:
class_default:
type: class
@@ -21,4 +25,8 @@ diagrams:
include_relations_also_as_members: true
glob:
- src/main.cc
plantuml:
before:
- title This is diagram A
after:
- "note left of A: This is a note"

View File

@@ -16,4 +16,21 @@ diagrams:
include:
namespaces:
- clanguml
- ABCD
- ABCD
access:
- public
- protected
- private
relationships:
- inheritance
- composition
- aggregation
- containment
- ownership
- association
- instantiation
- friendship
- dependency
exclude:
relationships:
- none