Skip to content

Commit

Permalink
update readme with graphviz-taglet
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Niederhauser <ghuder5@gmx.ch>
  • Loading branch information
nidi3 committed May 13, 2019
1 parent 183bd26 commit 440348a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Expand Up @@ -374,4 +374,18 @@ To use graphviz inside javadoc comments, add this to `pom.xml`:
</build>
```
To use this with JDK 9 or later, replace `graphviz-taglet`
with `graphviz-taglet9`.
with `graphviz-taglet9`.

The usage inside javadoc is then as follows:
```java
/**
* Support graphviz inside javadoc.
* <p>
* {@graphviz
* graph test { a -- b }
* }
* </p>
* So easy.
*/
public class GraphvizTaglet implements Taglet {}
```

0 comments on commit 440348a

Please sign in to comment.