Re: Duml: Uml diagram generation

2014-05-20 Thread Rikki Cattermole via Digitalmars-d-announce
On 17/05/2014 6:34 p.m., 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

Duml: Uml diagram generation

2014-05-17 Thread Rikki Cattermole via Digitalmars-d-announce
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

Re: Duml: Uml diagram generation

2014-05-17 Thread w0rp via Digitalmars-d-announce
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

Re: Duml: Uml diagram generation

2014-05-17 Thread Rikki Cattermole via Digitalmars-d-announce
On 17/05/2014 8:53 p.m., w0rp wrote: 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. I've added that as a TODO.