Doxyfile for fbb_ws63
查找文件
2025-01-04 16:49:39 +08:00
doxygen-awesome-css@568f56cde6 Initial Commit (Working) 2025-01-04 16:49:39 +08:00
.gitmodules Initial Commit (Working) 2025-01-04 16:49:39 +08:00
Doxyfile Initial Commit (Working) 2025-01-04 16:49:39 +08:00
footer.html Initial Commit (Working) 2025-01-04 16:49:39 +08:00
LICENSE Initial commit 2025-01-04 16:27:35 +08:00
NEW_README.md Initial Commit (Working) 2025-01-04 16:49:39 +08:00
README.md Initial Commit (Working) 2025-01-04 16:49:39 +08:00

doxy_ws63

Doxyfile for fbb_ws63

Build Instructions:

# Prepare SDK Source
git clone --depth=1 https://gitee.com/HiSpark/fbb_ws63.git
cd fbb_ws63
# Prepare Doxyfile Source
git clone --depth=1 --recursive https://rad1o.cn/goodspeed/doxy_ws63.git
cp -rf doxy_ws63/* .
# Build it
COMMIT_HASH=$(git rev-parse --short HEAD) doxygen

# Artifact sits in fbb_ws63/docOut/html.

Please note, the Doxyfile here has customization that you may not want, such as threads, searching, footer etc.