php-plantumlwriter icon indicating copy to clipboard operation
php-plantumlwriter copied to clipboard

Grouping

Open scips opened this issue 8 years ago • 0 comments

Hi, This is only for comments purpose.

I'm using your plantuml writer to track todo & deprecated and group them in the class diagram. So far I'm handling grouping with 2 additional writers and one additional parameter (--grouping). I'm not totally happy with my implementation, it's a bit rough. I've issue with property and method grouping as I'm including group inside property and groups inside methods. So if there is no property I'll have a separator anyway. I'm thinking about how to change that but it seems that I can only change that at the classWriter level...

Any suggestion, recommendation are welcome.

I'm also thinking about adding a watcher to render the png file on every file save.

Regards,

Sébastien

scips avatar Jun 27 '16 23:06 scips