You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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).
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!
The text was updated successfully, but these errors were encountered: