Added generation of package diagrams from directory structure instead of namespaces
This commit is contained in:
@@ -42,7 +42,7 @@ TEST_CASE("{{ name }}", "[test-case][{{ type }}]")
|
||||
}
|
||||
|
||||
{
|
||||
auto j = generate_class_json(diagram, *model);
|
||||
auto j = generate_{{ type }}_json(diagram, *model);
|
||||
|
||||
using namespace json;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user