Skip to content

Commit 440348a

Browse files
committed
update readme with graphviz-taglet
Signed-off-by: Stefan Niederhauser <[email protected]>
1 parent 183bd26 commit 440348a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,4 +374,18 @@ To use graphviz inside javadoc comments, add this to `pom.xml`:
374374
</build>
375375
```
376376
To use this with JDK 9 or later, replace `graphviz-taglet`
377-
with `graphviz-taglet9`.
377+
with `graphviz-taglet9`.
378+
379+
The usage inside javadoc is then as follows:
380+
```java
381+
/**
382+
* Support graphviz inside javadoc.
383+
* <p>
384+
* {@graphviz
385+
* graph test { a -- b }
386+
* }
387+
* </p>
388+
* So easy.
389+
*/
390+
public class GraphvizTaglet implements Taglet {}
391+
```

0 commit comments

Comments
 (0)