Improved docs (#208)
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
|
||||
<!-- tocstop -->
|
||||
|
||||
`clang-uml` in combination with PlantUML's link generation in diagrams allows to
|
||||
generate interactive diagrams, where clicking on any class, method or call
|
||||
expression can direct the user directly to the source code or some other
|
||||
diagram or document available online.
|
||||
`clang-uml` in combination with PlantUML and MermaidJS link generation in
|
||||
diagrams allows to generate interactive diagrams, where clicking on any class,
|
||||
method or call expression can direct the user directly to the source code or
|
||||
some other diagram or document available online.
|
||||
|
||||
For instance to generate links to GitHub repository directly for most diagram
|
||||
elements simple add this to your `.clang-uml` file:
|
||||
elements simply add this to your `.clang-uml` file:
|
||||
|
||||
```yaml
|
||||
generate_links:
|
||||
|
||||
Reference in New Issue
Block a user