MermaidJS diagram config section. More...
MermaidJS diagram config section.
This configuration option can be used to add any MermaidJS directives before or after the generated diagram, such as diagram name, or custom notes.
#include <config.h>
Public Member Functions | |
void | append (const mermaid &r) |
Public Attributes | |
std::vector< std::string > | before |
std::vector< std::string > | after |
std::string | cmd |
void clanguml::config::mermaid::append | ( | const mermaid & | r | ) |
std::vector<std::string> clanguml::config::mermaid::after |
std::vector<std::string> clanguml::config::mermaid::before |
std::string clanguml::config::mermaid::cmd |