On Saturday, 17 May 2014 at 06:35:02 UTC, Rikki Cattermole wrote:
Alright so a little project I've put together[0].
Not entirely complete yet. But I feel its at a point where it can be announced.

What it does is given a class it'll generate the PlantUML[1] descriptors for it. If asked it can call PlantUML itself to generate the image version of it.

My plan is to integrate it into Cmsed at some point when it supports structs (dvorm models). At which point it'll document properly routes, models and any you manually specify.

Object class can be ignored by adding a version if you want it to be.

[0] https://github.com/rikkimax/Duml
[1] http://plantuml.sourceforge.net/

That's pretty cool. I think I would change outputPlantUML so it works in terms of something which outputs to an OutputRange or File. So you can dump the UML directly to the file.

Reply via email to