php-plantumlwriter
php-plantumlwriter copied to clipboard
Grouping
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