Fixed type aliases test case
This commit is contained in:
@@ -5,8 +5,10 @@ diagrams:
|
||||
type: class
|
||||
using_namespace: clanguml::t00049
|
||||
type_aliases:
|
||||
"std::vector<std::string>": string_vector
|
||||
"std::basic_string<char>": thestring
|
||||
"std::string": thestring
|
||||
"std::vector<std::string>": string_vector
|
||||
"std::vector<thestring>": string_vector
|
||||
"std::map<int,int>": intmap
|
||||
glob:
|
||||
- ../../tests/t00049/t00049.cc
|
||||
|
||||
Reference in New Issue
Block a user