使用doxygen对C++项目的函数调用关系可视化的过程记录
(认知有限,如有不妥,还望告知,欢迎讨论)
环境
ubuntu 20.04
步骤
step1. 安装graphviz
sudo apt install graphviz graphviz-doc
step2. 安装doxygen
sudo apt install doxygen doxygen-gui
(下面这里不要使用sudo打开gui)
step3. 打开gui配置项目路径和其他参数
doxywizard doxyfile
(根据这[2]里配)
选上“scan recursively”就可以检查子目录的文件结构
step4. 点击“show HTML output”查看生成结果。
=END=
=Reference=
[1]https://mmdjiji.com/2021/10/2701/
[2]https://blog.csdn.net/weixin_43829992/article/details/123399853
(u1s1, information retrivive确实是大有门道,找了一圈,竟然有一个这么成熟的工具 (ˉ▽ˉ;)...