diff --git a/.clang-uml b/.clang-uml index 3f7a0b40..e980b5ce 100644 --- a/.clang-uml +++ b/.clang-uml @@ -13,4 +13,17 @@ diagrams: - clanguml plantuml: before: - - 'title clang-uml namespaces' \ No newline at end of file + - 'title clang-uml namespaces' + config_class: + type: class + glob: + - src/config/config.h + - src/config/config.cc + include: + namespaces: + - clanguml::config + using_namespace: + - clanguml::config + plantuml: + before: + - 'title clang-uml configuration model' \ No newline at end of file