1
0
mirror of https://gitee.com/openLuat/LuatOS synced 2025-08-17 22:18:03 +08:00

change: api文档不展示适配状态了

This commit is contained in:
Wendal Chen 2025-07-21 15:51:16 +08:00
parent 67261a10ee
commit 6596652607

View File

@ -125,8 +125,8 @@ def make(path,modules,index_text):
mdoc.write("## "+api["api"]+"\n\n")
#支持的芯片
mdoc.write(get_tags(api["tag"], True))
mdoc.write("\n\n")
#mdoc.write(get_tags(api["tag"], True))
#mdoc.write("\n\n")
mdoc.write(api["summary"]+"\n\n")