Added comment() function support in package diagrams

This commit is contained in:
Bartek Kryza
2022-04-02 15:47:32 +02:00
parent 2d9f7c88f5
commit ffc6d56c4d
8 changed files with 52 additions and 18 deletions

View File

@@ -48,6 +48,8 @@ public:
void set_deprecated(bool deprecated);
void add_package(std::unique_ptr<common::model::package> &&p);
private:
bool is_deprecated_{false};
};