c/c++ callgraphdoxygengraphviz

ubuntu 16

https://en.wikipedia.org/wiki/Call_graph

使用doxygen用apt安装,勿用官网提供的build好的可能有依赖问题

安装 https://www.cnblogs.com/arnoldlu/p/11552271.html

使用doxywizard及配置参数 https://blog.csdn.net/zhonglinliu/article/details/78604397

doxygen调用dot和graphviz配置参数 https://www.cnblogs.com/arnoldlu/p/11552271.html

函数仅有列表没有更详细的documentation也没有callgraph 设置EXTRACT_ALL=YES https://www.cnblogs.com/rongpmcu/p/7662765.html

原文地址:https://www.cnblogs.com/chengyh23/p/15612310.html