From 2d284b4f7068256a9feb2d1f102c7dc82060a73f Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 10 Apr 2022 23:11:26 +0200 Subject: [PATCH] Updated config file description --- docs/configuration_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration_file.md b/docs/configuration_file.md index d8c1914a..c3cbaf7e 100644 --- a/docs/configuration_file.md +++ b/docs/configuration_file.md @@ -7,7 +7,7 @@ the key of the diagram YAML node ### Diagram options -* `type` - type of diagram, one of [`class`, `sequence`, `package`] +* `type` - type of diagram, one of [`class`, `sequence`, `package`, `include`] * `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`) * `generate_method_arguments` - determines whether the class diagrams methods contain full arguments (`full`), are abbreviated (`abbreviated`) or skipped (`none`)