Added test case for relationships to std types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user