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