In an attempt to improve PlantUML documentation...
Wiki Toc Recent changes View page history Add new chapter Reorder page Raw
New DocletA new enhanced doclet (written by Gerald Boersma) is now available. It has much more option than the legacy previous one. You will find detailed instructions here. | ||
Legacy JavadocWhen the javadoc tools build the documentation, it copies all files included in thedoc-files directory to the javadoc . (see How to Write Doc Comments for the Javadoc Tool).
You can take advantage of this feature like this:
If you run PlantUML before the Javadoc, it will generate image1.png
in the directory doc-files .
Then, when you launch the Javadoc tool, you will have the following result:
![]() | ||