Changes between Version 1 and Version 2 of TracPlantUmlPlugin


Ignore:
Timestamp:
Apr 13, 2010, 9:43:16 AM (14 years ago)
Author:
Álvaro Iradier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracPlantUmlPlugin

    v1 v2  
    5151   #!PlantUML
    5252   @startuml
    53    Alice -> Bob: Authentication Request
    54    Bob --> Alice: Authentication Response
     53   Alice ->; Bob: Authentication Request
     54   Bob --> Alice: Authentication Response
    5555
    56    Alice -> Bob: Another authentication Request
    57    Alice <-- Bob: another authentication Response
     56   Alice -> Bob: Another authentication Request
     57   Alice <-- Bob: another authentication Response
    5858   @enduml
    5959   }}}
    6060}}}
     61
     62results in something like:
     63
     64[[Image(sequence.png)]]
    6165
    6266More information on the PlantUML language can be found in [http://plantuml.sourceforge.net/sources.html PlantUML Website]