I have a huge C++ project developed by someone else which I'm trying to get a good view with doxygen. I managed to properly configure doxygen to generate everything I need, except the callgraphs. They only show auxiliary functions, not the others class methods.
Is there a way to show also the class methods?
PS: this is my doxyfile
Best