Create and share simple UML diagrams in your posts; Lucee forum now supports yUML diagrams.
Usage
A yUML diagram can be specified as so
[yuml]
[Class] -> [AnotherClass]
[/yuml]
Which should give you a diagram like so
Limitations
Currently, it only supports yUML class diagrams. Can only have one yUML diagram per post.
Examples
Class with details
[yuml]
[User|+Forename+;Surname;+HashedPassword;-Salt|+Login();+Logout()]
[/yuml]