Added package dependencies and dependants filter
This commit is contained in:
@@ -95,3 +95,11 @@ std::string diagram::to_alias(const std::string &full_name) const
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
namespace clanguml::common::model {
|
||||
template <>
|
||||
bool check_diagram_type<clanguml::include_diagram::model::diagram>(diagram_t t)
|
||||
{
|
||||
return t == diagram_t::kInclude;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user