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

23 lines
665 B
Plaintext

add_compile_flags:
- -fparse-all-comments
diagrams:
t20029_sequence:
type: sequence
glob:
- t20029.cc
include:
namespaces:
- clanguml::t20029
exclude:
access:
- private
using_namespace: clanguml::t20029
from:
- function: clanguml::t20029::tmain()
generate_message_comments: true
participants_order:
- clanguml::t20029::tmain()
- clanguml::t20029::Encoder<clanguml::t20029::Retrier<clanguml::t20029::ConnectionPool>>
- clanguml::t20029::Retrier<clanguml::t20029::ConnectionPool>
- clanguml::t20029::ConnectionPool
- clanguml::t20029::encode_b64(std::string &&)