Ver código fonte

change: api文档扫描不再需要bsp/rtt

Wendal Chen 3 anos atrás
pai
commit
abf071c309
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      tools/documentGenerator.py

+ 1 - 2
tools/documentGenerator.py

@@ -21,8 +21,7 @@ print(snippet_path)
 file_list = api_get.get_file_list([
         source_path,
         source_path+"/../lua",
-        source_path+"/../components",
-        source_path+"/../bsp/rtt"
+        source_path+"/../components"
     ])
 
 modules = api_get.get_modules(file_list)