Extended test case t00080 with system header comment

This commit is contained in:
Bartek Kryza
2024-07-23 17:05:17 +02:00
parent 2004d25bdd
commit 077e1c1e70

View File

@@ -1,7 +1,11 @@
add_compile_flags:
- -fparse-all-comments
- -fretain-comments-from-system-headers
diagrams:
t00080_class:
type: class
filter_mode: advanced
comment_parser: clang
include_system_headers: true
glob:
- t00080.cc
@@ -11,4 +15,10 @@ diagrams:
- clanguml::t00080
elements:
- std::thread
using_namespace: clanguml::t00080
using_namespace: clanguml::t00080
plantuml:
after:
- '{% set e=element("std::thread") %} note top of {{ e.alias }} : {{ trim(e.comment.paragraph.0) }}'
mermaid:
after:
- '{% set e=element("std::thread") %} note for {{ e.alias }} "{{ trim(e.comment.paragraph.0) }}"'