#include "generator.h"
Go to the source code of this file.
Namespaces | |
namespace | clanguml |
namespace | clanguml::common |
namespace | clanguml::common::generators |
namespace | clanguml::common::generators::mermaid |
Functions | |
std::string | clanguml::common::generators::mermaid::to_mermaid (relationship_t r) |
std::string | clanguml::common::generators::mermaid::to_mermaid (access_t scope) |
std::string | clanguml::common::generators::mermaid::to_mermaid (message_t r) |
std::string | clanguml::common::generators::mermaid::indent (const unsigned level) |
std::string | clanguml::common::generators::mermaid::escape_name (std::string name, bool round_brackets) |