Removed dead code and improve test coverage

This commit is contained in:
Bartek Kryza
2023-01-18 21:32:21 +01:00
parent 00b9321034
commit a9f793e407
30 changed files with 98 additions and 174 deletions

View File

@@ -58,4 +58,20 @@ diagrams:
plantuml:
# Add this line to the beginning of the resulting puml file
before:
- 'title clang-uml class diagram model'
- 'title clang-uml class diagram model'
config_sequence:
type: sequence
start_from:
- function: main(int,const char**)
config_include:
type: include
include:
paths:
- src
config_package:
type: package
using_namespace:
- ns1
include:
namespaces:
- ns1::ns2