You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration_file.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
*`glob` - list of glob patterns to match source code files for analysis
26
26
*`include_relations_also_as_members` - when set to `false`, class members for relationships are rendered in UML are skipped from class definition (default: `true`)
27
27
*`generate_method_arguments` - determines whether the class diagrams methods contain full arguments (`full`), are abbreviated (`abbreviated`) or skipped (`none`)
28
+
*`generate_concept_requirements` - determines whether concept requirements are rendered in the diagram (default: `true`)
28
29
*`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`, at most 1 value is supported
29
30
*`generate_packages` - whether or not the class diagram should contain packages generated from namespaces or subdirectories
30
31
*`package_type` - determines how the packages are inferred: `namespace` - use C++ namespaces, `directory` - use project's directory structure
0 commit comments