From d4659c829dae5ee480a538352d74e7c7d9723d6f Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 24 Jul 2021 19:43:57 +0200 Subject: [PATCH] Updated configuration file docs --- docs/configuration_file.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration_file.md b/docs/configuration_file.md index b1d7ae11..6bb4174f 100644 --- a/docs/configuration_file.md +++ b/docs/configuration_file.md @@ -9,6 +9,7 @@ ### Diagram options * `type` - type of diagram, one of [`class`, `sequence`] * `glob` - list of glob patterns to match source code files for analysis +* `include_relations_also_as_members` - when set to `false`, class members for relationships are rendered in UML are skipped from class definition (default: `true`) * `using_namespace` - similar to C++ `using namespace`, a `A::B` value here will render a class `A::B::C::MyClass` in the diagram as `C::MyClass` * `include` - definition of inclusion patterns: * `namespaces` - list of namespaces to include