thead_admin 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前
..
mainpage 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前
Doxyfile 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前
ProdDoxyfile 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前
README.md 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前
customdoxygen.css 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前
footer.html 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前
logo.png 6aab0fd6f1 Linux_SDK_V0.9.5 1 年間 前

README.md

Doxygen

To generate all the documentation run the following from this directory:

doxygen Doxyfile

The resulting output goes to

/tmp/doxygen

To view those file locally in your browser run:

cd /tmp/doxygen/html; python -m SimpleHTTPServer 8000

and visit

http://localhost:8000

If you want to have the documentation regenerated on every save then you can install entr and run the following from this directory:

find  ../../include/ ../../src/ . | entr doxygen ./Doxyfile

Install

For a linux desktop you can install the doxygen tool via:

sudo apt install doxygen