thibaultmarin / hpp2plantuml

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

Const #1

Closed rockkoca closed 7 years ago

rockkoca commented 7 years ago

add method const modifier support by appending {query} to _type. Passed unit tests

You may have a better approach!

thibaultmarin commented 7 years ago

This looks good, thanks!

I will probably update this to explicitly support properties instead of overloading the type, that should make future extensions easier.

rockkoca commented 7 years ago

Yes, this is a temporary solution.

Your program is great!