Fixed tests on macos (#248)

This commit is contained in:
Bartek Kryza
2024-07-24 13:16:47 +02:00
parent 077e1c1e70
commit d5687907e0
4 changed files with 5 additions and 19 deletions

View File

@@ -1,6 +1,3 @@
add_compile_flags:
- -fparse-all-comments
- -fretain-comments-from-system-headers
diagrams:
t00080_class:
type: class
@@ -15,10 +12,4 @@ diagrams:
- clanguml::t00080
elements:
- std::thread
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) }}"'
using_namespace: clanguml::t00080