I am developing an extensive wrapper library. As the wrappers do not map 1-to-1 to underlying functions it would be beneficial to document the function call hierarchy.
What is the best method for achieving this? Ideally something that can be integrated into XML Comments and used to generate readable/searchable documentation. But any practical solution is welcome.
Doxygen can generate callgraphs.
