pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
654 stars 129 forks source link

add allInOne option #20

Closed marsop closed 4 years ago

marsop commented 4 years ago

Adds the option to generate a full copy of all the sub-diagrams and save it in the file include.puml instead of adding only !include lines to it. This allows PlanUMLServers to render the whole diagram, since all the information is included in a single file.

I have modified the Readme.md file to explain the changes as well.

pierre3 commented 4 years ago

I merged. I’m sorry to have kept you waiting. Thank you for the feature!