Inspect PlantUML declarations, entities, relationships, and directives.
PlantUML text is parsed between @start and @end directives into entities, relationships, and diagram-specific commands; a backend layout engine then generates the requested diagram format. The same entity names can be reused to connect declarations.
@startuml Alice -> Bob: Hello Bob --> Alice: Hi back @enduml
PlantUML Diagram Analysis ======================== Detected type(s): Sequence Diagram, Activity Diagram Line count: 4 Has @startuml: true Has @enduml: true Note: PlantUML rendering requires a PlantUML server. Use https://www.plantuml.com/plantuml/ for online rendering. --- Source --- @startuml Alice -> Bob: Hello Bob --> Alice: Hi back @enduml
Software design documents, source-controlled sequence flows, and CI diagram checks inspect PlantUML.