Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to check dependency from #includes #26

Open
AnttiL120 opened this issue Mar 13, 2023 · 1 comment
Open

Ability to check dependency from #includes #26

AnttiL120 opened this issue Mar 13, 2023 · 1 comment

Comments

@AnttiL120
Copy link

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
Copy link
Owner

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants