Added clang-uml package diagram config
This commit is contained in:
16
.clang-uml
Normal file
16
.clang-uml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
compilation_database_dir: debug
|
||||||
|
output_directory: docs/diagrams
|
||||||
|
diagrams:
|
||||||
|
main_package:
|
||||||
|
type: package
|
||||||
|
glob:
|
||||||
|
- src/**/*.h
|
||||||
|
- src/**/*.cc
|
||||||
|
include:
|
||||||
|
namespaces:
|
||||||
|
- clanguml
|
||||||
|
using_namespace:
|
||||||
|
- clanguml
|
||||||
|
plantuml:
|
||||||
|
before:
|
||||||
|
- 'title clang-uml namespaces'
|
||||||
Reference in New Issue
Block a user