0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Public Attributes | List of all members
clanguml::config::diagram_template Struct Reference

Definition of diagram template. More...

Detailed Description

Definition of diagram template.

Definition at line 183 of file config.h.

#include <config.h>

Public Attributes

std::string description
 
common::model::diagram_t type {common::model::diagram_t::kClass}
 
std::string jinja_template
 

Member Data Documentation

◆ description

std::string clanguml::config::diagram_template::description

Template description

Definition at line 185 of file config.h.

◆ jinja_template

std::string clanguml::config::diagram_template::jinja_template

Template which will be processed by Inja to generate the actual diagram

Definition at line 193 of file config.h.

◆ type

common::model::diagram_t clanguml::config::diagram_template::type {common::model::diagram_t::kClass}

Diagram type

Definition at line 188 of file config.h.


The documentation for this struct was generated from the following file: