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