1 Star 0 Fork 0

scriptiot / Espruino

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gordon Williams 提交于 2015-09-25 16:19 . First pass at doxygen

Doxygen

Espruino's functions are tagged such that documentation can be built from them:

/// Comment before
void function();

/** Big comment before */
void function();

void function(); ///< Comment after 

To build. go to the root of the Espruino project, install Doxygen, then run:@

doxygen Doxyfile

Most functions you care about will be in doxygen/html/globals_0x6a.html

1
https://gitee.com/scriptiot/Espruino.git
git@gitee.com:scriptiot/Espruino.git
scriptiot
Espruino
Espruino
master

搜索帮助