doxygen根据代码生成文档

install

sudo apt install doxygen
sudo apt install graphviz

use

cd src# src is the code dir
doxygen -g Doxygen.config #gengerate the default config file
vim Doxygen.config        #enabel generate set
RECURSIVE            =YES
doxygen Doxygen.config #generate the document for your code

posted @ 2022-11-24 16:42  simp00  阅读(37)  评论(0编辑  收藏  举报