thibaultmarin / hpp2plantuml

Convert C++ header files to PlantUML
MIT License
223 stars 35 forks source link

return class name if namespace is empty #28

Closed JacobNoergaard closed 1 year ago

JacobNoergaard commented 1 year ago

To avoid the added "." in front of class names in no namespace i have included this condition that checks if the namespace is empty.

thibaultmarin commented 1 year ago

Thanks for the merge request. I have integrated your changes and updated the tests accordingly (df4bd79235143248236aa4566873fa82e3b1b611).