hpp2plantuml
hpp2plantuml copied to clipboard
Ability to check dependency from #includes
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!