Added initial support for MermaidJS package diagrams

This commit is contained in:
Bartek Kryza
2023-09-09 00:18:03 +02:00
parent 32fda88852
commit ee998e7a38
16 changed files with 360 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ public:
* @param ostr Output stream
* @param element Element to which the note should be attached
*/
void generate_notes(
virtual void generate_notes(
std::ostream &ostr, const model::element &element) const;
/**