doxy_ws63/README.md
2025-01-04 16:49:39 +08:00

20 行
493 B
Markdown

# 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.