Module graph#

Entities#

entity graph::ClassDiagram#

Parents: std::Entity

Create a class diagram of a given module expression

attribute string name#

The name of the graph, this is used to determine the name of the resulting image file

attribute string[] moduleexpression#

List of regexes matching module names

attribute string header=''#

file header for plantuml file

The following implements statements select implementations for this entity:

entity graph::Graph#

Parents: std::Entity

Create a graph with the given name and the grap definition in config

attribute string name#

The name of the graph, this is used to determine the name of the resulting image file

attribute string config#

The definition used to generate the graph

The following implements statements select implementations for this entity: