Support Graph generation out of code comments

0 votes
asked Jul 19, 2016 in Wanted features by anonymous
Support syntax like:

/**
 * @startuml
 * ZipCmd -> ZipComp: First Compute Request
 * ZipCmd <-- ZipComp: First Compute Response
 *
 * ZipCmd -> ZipComp: Second Compute Request
 * ZipCmd <-- ZipComp: Second Compute Response
 * @enduml
 * ...

1 Answer

0 votes
answered Jul 19, 2016 by plantuml (295,000 points)
That's exactly what PlantUML is supposed to do (see for example http://plantuml.com/javadoc.html )

Are you using a specific plugin ?
...