Files
clang-uml/tests/t00049/.clang-uml
2022-12-25 21:42:43 +01:00

17 lines
456 B
Plaintext

compilation_database_dir: ..
output_directory: puml
diagrams:
t00049_class:
type: class
using_namespace: clanguml::t00049
type_aliases:
"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
include:
namespaces:
- clanguml::t00049