jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.84k stars 172 forks source link

Enhancement: Proposal to pass multiple subfolder in a folder #29

Closed sum2000 closed 4 years ago

sum2000 commented 5 years ago

Proposal to pass two folders in a subfolder to generate UML and relationship between two classes

jfeliu007 commented 5 years ago

Could you provide an example of what you are suggesting?

sum2000 commented 5 years ago

Assume a project folder like: --FOO ---BAR ------BAR.GO ---BAZ ------BAZ.GO ---FOO.GO

It would be nice to have UML relationship diagram just between subfolders BAR and BAZ. In a large project, the UML diagram can get very complex with lots of boxes. This approach can help scope some classes.