Simplified test cases configs

This commit is contained in:
Bartek Kryza
2023-12-09 17:35:15 +01:00
parent d7195d5a5d
commit a1f7769ba5
129 changed files with 412 additions and 713 deletions

View File

@@ -1,12 +1,10 @@
compilation_database_dir: ..
output_directory: diagrams
add_compile_flags:
- -fparse-all-comments
diagrams:
t20038_sequence:
type: sequence
glob:
- tests/t20038/t20038.cc
- t20038.cc
include:
namespaces:
- clanguml::t20038
@@ -14,5 +12,4 @@ diagrams:
- function: clanguml::t20038::tmain()
generate_message_comments: true
message_comment_width: 35
using_namespace:
- clanguml::t20038
using_namespace: clanguml::t20038