Contents
UmlSequence Parser
Description
The UmlSequence parser allows you to create UML diagrams inside Moin.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.5 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires umlgraph to be installed.
Usage
To use this parser, simply put #!umlsequence after the beginning of the code block.
Example
{{{#!umlsequence
S : s:Switch
P : p:Pump
S -> P run()
S -> P stop()
}}}For more detailed examples, see /Examples
Copyright
This parser is copyrighted by PascalBauermeister
License
This parser is released under the terms of the GNU GPL.
