Added configuration model class diagram config
This commit is contained in:
13
.clang-uml
13
.clang-uml
@@ -14,3 +14,16 @@ diagrams:
|
|||||||
plantuml:
|
plantuml:
|
||||||
before:
|
before:
|
||||||
- 'title clang-uml namespaces'
|
- 'title clang-uml namespaces'
|
||||||
|
config_class:
|
||||||
|
type: class
|
||||||
|
glob:
|
||||||
|
- src/config/config.h
|
||||||
|
- src/config/config.cc
|
||||||
|
include:
|
||||||
|
namespaces:
|
||||||
|
- clanguml::config
|
||||||
|
using_namespace:
|
||||||
|
- clanguml::config
|
||||||
|
plantuml:
|
||||||
|
before:
|
||||||
|
- 'title clang-uml configuration model'
|
||||||
Reference in New Issue
Block a user