Open Mc-GrowlR opened 3 weeks ago
Command Line
Windows
Other
我想要通过这个命令:
./lua-language-server.exe --doc="D:/lua/teast1/test.lua" --doc_out_path="D:/lua/teast1"
导出一个lua 文件的代码文档,但是,导出的确实是关于标准库 的代码文档
导出了标准库的代码文档,例如:
---@meta
---相加 ---@param a integer ---@param b integer ---@return integer function add(a, b) end
2. 调用命令:
3. 输出:
root uri = file:///d%3A/lua/teast1/test.lua Documentation exported:4/204
D:\lua\teast1\doc.json D:\lua\teast1\doc.md
### Additional Notes 导出的两个文件 [doc.md](https://github.com/user-attachments/files/17606039/doc.md) [doc.json](https://github.com/user-attachments/files/17606040/doc.json) ### Log File 文件日志: [file_d%3A_lua_teast1_test.lua.log](https://github.com/user-attachments/files/17606043/file_d.3A_lua_teast1_test.lua.log)
How are you using the lua-language-server?
Command Line
Which OS are you using?
Windows
What is the issue affecting?
Other
Expected Behaviour
我想要通过这个命令:
导出一个lua 文件的代码文档,但是,导出的确实是关于标准库 的代码文档
Actual Behaviour
导出了标准库的代码文档,例如:
Reproduction steps
---相加 ---@param a integer ---@param b integer ---@return integer function add(a, b) end
./lua-language-server.exe --doc="D:/lua/teast1/test.lua" --doc_out_path="D:/lua/teast1"
root uri = file:///d%3A/lua/teast1/test.lua Documentation exported:4/204
D:\lua\teast1\doc.json D:\lua\teast1\doc.md