Added test case for relationships to std types

This commit is contained in:
Bartek Kryza
2024-06-28 00:23:40 +02:00
parent f47d11943e
commit 4c87c01de2
9 changed files with 103 additions and 10 deletions

View File

@@ -44,7 +44,8 @@ std::string to_mermaid(message_t r);
std::string indent(unsigned level);
std::string render_name(std::string name, bool round_brackets = true);
std::string render_name(std::string name);
std::string escape_name(std::string name, bool round_brackets = true);
/**
* @brief Base class for diagram generators