Updated docs with Mermaid docs
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
|
||||
<!-- 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
|
||||
`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.
|
||||
|
||||
For instance to generate links to GitHub repository directly for most of diagram elements simple add this to your
|
||||
`.clang-uml` file:
|
||||
For instance to generate links to GitHub repository directly for most diagram
|
||||
elements simple add this to your `.clang-uml` file:
|
||||
|
||||
```yaml
|
||||
generate_links:
|
||||
link: 'https://github.com/myorg/myrepo/blob/{{ git.commit }}/{{ element.source.path }}#L{{ element.source.line }}'
|
||||
|
||||
Reference in New Issue
Block a user