Added initial structure for include diagram generation

This commit is contained in:
Bartek Kryza
2022-04-04 23:55:12 +02:00
parent 0301173a52
commit 46e8885c41
39 changed files with 1268 additions and 356 deletions

View File

@@ -33,7 +33,7 @@ namespace clanguml::common::model {
class package : public element,
public stylable_element,
public nested_trait<element> {
public nested_trait<element, namespace_> {
public:
package(const common::model::namespace_ &using_namespace);