1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
mainpage Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Doxyfile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ProdDoxyfile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
customdoxygen.css Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
footer.html Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
logo.png Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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