Added initial support for directory based packages in class diagrams
This commit is contained in:
@@ -29,7 +29,7 @@ struct ns_path_separator {
|
||||
static constexpr std::string_view value = "::";
|
||||
};
|
||||
|
||||
using namespace_ = path<ns_path_separator>;
|
||||
using namespace_ = path;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user