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

Generated include.puml is wrong when using ". -dir" #4

Closed msallin closed 5 years ago

msallin commented 5 years ago

The references in the include.puml are wrong when using "." to point to the current directory. E.g. it produces

!include .\\Sample\Program.\puml

but it should be

!include .\\SwemSample\Program\puml

msallin commented 5 years ago

PR created.

pierre3 commented 5 years ago

Thank you for your feedback! I Merged, and released v 1.0.0.2.

https://www.nuget.org/packages/PlantUmlClassDiagramGenerator/1.0.0.2