From 764b7fe6f70df6c84925698d7283dde8e1ac7ac7 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 29 Jan 2022 21:31:30 +0100 Subject: [PATCH] Added decorators model class diagram config --- .clang-uml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.clang-uml b/.clang-uml index e980b5ce..74c9b6e1 100644 --- a/.clang-uml +++ b/.clang-uml @@ -26,4 +26,17 @@ diagrams: - clanguml::config plantuml: before: - - 'title clang-uml configuration model' \ No newline at end of file + - 'title clang-uml configuration model' + decorators_class: + type: class + glob: + - src/decorators/decorators.h + - src/decorators/decorators.cc + include: + namespaces: + - clanguml::decorators + using_namespace: + - clanguml::decorators + plantuml: + before: + - 'title clang-uml decorators model' \ No newline at end of file