Changes between Version 4 and Version 5 of TracPlantUmlPlugin


Ignore:
Timestamp:
Apr 15, 2010, 8:12:39 AM (14 years ago)
Author:
Álvaro Iradier
Comment:

Fixed example

Legend:

Unmodified
Added
Removed
Modified
  • TracPlantUmlPlugin

    v4 v5  
    4848
    4949{{{
    50    {{{
    51    #!PlantUML
    52    @startuml
    53    Alice ->; Bob: Authentication Request
    54    Bob --> Alice: Authentication Response
    55 
    56    Alice -> Bob: Another authentication Request
    57    Alice <-- Bob: another authentication Response
    58    @enduml
    59    }}}
     50{{{
     51#!PlantUML
     52@startuml
     53Alice ->; Bob: Authentication Request
     54Bob --> Alice: Authentication Response
     55Alice -> Bob: Another authentication Request
     56Alice <-- Bob: another authentication Response
     57@enduml
     58}}}
    6059}}}
    6160