Просмотр исходного кода

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

Wendal Chen 3 лет назад
Родитель
Сommit
abf071c309
1 измененных файлов с 1 добавлено и 2 удалено
  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)