hpp2plantuml icon indicating copy to clipboard operation
hpp2plantuml copied to clipboard

Ability to check dependency from #includes

Open AnttiL120 opened this issue 1 year ago • 1 comments

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!

AnttiL120 avatar Mar 13 '23 13:03 AnttiL120