Files
clang-uml/tests/t20001/.clang-uml
2023-12-09 17:35:39 +01:00

28 lines
796 B
Plaintext

add_compile_flags:
- -fparse-all-comments
diagrams:
t20001_sequence:
type: sequence
title: Basic sequence diagram example
glob:
- t20001.cc
include:
namespaces:
- clanguml::t20001
exclude:
namespaces:
- clanguml::t20001::detail
using_namespace: clanguml::t20001
from:
- function: "clanguml::t20001::tmain()"
plantuml:
before:
- "' t20001 test diagram of type {{ diagram.type }}"
after:
- '{% set e=element("clanguml::t20001::tmain()") %} note over {{ e.alias) }}: Main test function'
mermaid:
before:
- "%% t20001 test diagram of type {{ diagram.type }}"
after:
- '{% set e=element("clanguml::t20001::tmain()") %} Note over {{ e.alias) }}: Main test function'