Listing C/C++ functions (Code analysis in Unix)

后端 未结 5 1495
栀梦
栀梦 2021-01-04 09:42

Whether we\'re maintaining unfamiliar code or checking out the implementation details of an Apache module it can help if we can quickly traverse the code and build up an ove

5条回答
  •  醉酒成梦
    2021-01-04 10:20

    Run it through doxygen. It will complain about lack of commenting , but it will still produce call graphs and list all the functions. Presented in HTML with links to follow code paths.

    doxygen

提交回复
热议问题