Changes between Version 2 and Version 3 of YumlPreprocessorMacro


Ignore:
Timestamp:
Apr 14, 2010, 2:47:57 PM (14 years ago)
Author:
Daren Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YumlPreprocessorMacro

    v2 v3  
    3333== Example ==
    3434
     35=== Use Case diagrams ===
     36
    3537{{{
    3638        {{{
     
    4345}}}
    4446
    45 {{{
    46         {{{
    47         #!YumlActivity
    48         (start)-><d1>logged in->(Show Dashboard)->|a|->(end)
    49         <d1>not logged in->(Show Login)->|a|
    50         }}}
    51 }}}
     47The above wiki syntax results in the following image being included:
     48
     49[[Image(usecase_example.png)]]
     50
     51=== Class diagrams ===
    5252
    5353{{{
     
    6060}}}
    6161
     62The above wiki syntax results in the following image being included:
     63
     64[[Image(class_example.png)]]
     65
     66=== Activity diagrams ===
     67
     68{{{
     69        {{{
     70        #!YumlActivity
     71        (start)-><d1>logged in->(Show Dashboard)->|a|->(end)
     72        <d1>not logged in->(Show Login)->|a|
     73        }}}
     74}}}
     75
     76The above wiki syntax results in the following image being included:
     77
     78[[Image(activity_example.png)]]
    6279
    6380