Hello,
I want to publish a dependency map for my source file. Can you suggest a way I could achieve this by getting a list of #include in the source code?
Regards,
Ramesh J
Hello,
I want to publish a dependency map for my source file. Can you suggest a way I could achieve this by getting a list of #include in the source code?
Regards,
Ramesh J
Doxygen can create an include dependency graphs -
http://www.stack.nl/~dimitri/doxygen/manual/diagrams.html
Look at -MMD or -MM for clang.
Joerg