In an attempt to improve PlantUML documentation...
Wiki Toc Recent changes View page history Add new chapter Reorder page Raw
How and where diagrams can be writtenEach diagram description begins with the keyword@startuml
then ends with the keyword @enduml .
You can refer to the PlantUML Language Reference Guide.
Those descriptions may be included into :
| ||
File namingBy default,.png file have the same name as the source file used to generated them (only the extension changes).
An automatic sequence is added if a source file contains several instances of @startXXX .
It is possible to use a different file name for the generated file. For example:
In this example, the .png file will be named image.png .
(Please note that you should not use this feature with Word integration.)
| ||