thibaultmarin / hpp2plantuml

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

Ability to check dependency from #includes #26

Open AnttiL120 opened 1 year ago

AnttiL120 commented 1 year ago

Hi,

This is more of a question than an issue.

While testing the project I noticed that when the classes functions depends on another classes functions but nothing else and there is included header file it doesn't draw the dependency lines.

So my question is: is this on purpose that the project doesnt take into account included headerfiles? Or am I doing something wrong? I do include the -d parameter. hpp2plantuml -i Testheader1.hpp -i TestInterface1.hpp -i testheader2.hpp -d -o testdep.puml

Thank you!

thibaultmarin commented 1 year ago

Hi, this tool only parses headers, not function implementations or includes. I am not sure exactly what you are looking for but it may not be possible (with the current version).