Extended test case t00080 with system header comment
This commit is contained in:
@@ -1,7 +1,11 @@
|
|||||||
|
add_compile_flags:
|
||||||
|
- -fparse-all-comments
|
||||||
|
- -fretain-comments-from-system-headers
|
||||||
diagrams:
|
diagrams:
|
||||||
t00080_class:
|
t00080_class:
|
||||||
type: class
|
type: class
|
||||||
filter_mode: advanced
|
filter_mode: advanced
|
||||||
|
comment_parser: clang
|
||||||
include_system_headers: true
|
include_system_headers: true
|
||||||
glob:
|
glob:
|
||||||
- t00080.cc
|
- t00080.cc
|
||||||
@@ -12,3 +16,9 @@ diagrams:
|
|||||||
elements:
|
elements:
|
||||||
- std::thread
|
- 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) }}"'
|
||||||
Reference in New Issue
Block a user