Added decorators model class diagram config

This commit is contained in:
Bartek Kryza
2022-01-29 21:31:30 +01:00
parent 27c34f8d78
commit 764b7fe6f7

View File

@@ -26,4 +26,17 @@ diagrams:
- clanguml::config
plantuml:
before:
- 'title clang-uml configuration model'
- 'title clang-uml configuration model'
decorators_class:
type: class
glob:
- src/decorators/decorators.h
- src/decorators/decorators.cc
include:
namespaces:
- clanguml::decorators
using_namespace:
- clanguml::decorators
plantuml:
before:
- 'title clang-uml decorators model'