Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Thursday, September 1, 2016
Include file PlantUml in rst file
PlantUml > Include file PersonList.rst @startuml !includePerson.iuml Person <|.. PersonList @enduml Person.iuml interface Person Person: int age() Person: string name()