gpt4 book ai didi

documentation - 如何在 LuaForWindows 中使用 LuaDoc

转载 作者:行者123 更新时间:2023-12-02 22:12:27 25 4
gpt4 key购买 nike

问题都在标题中:如何将 LuaDoc 与 LuaForWindows 一起使用?

在我的 Lua 安装中,我有一个 luadoc_start.bat,但命令窗口一打开就关闭。从那里我不知道我还能做什么。

有什么帮助吗?谢谢

最佳答案

Lua For Windows中使用luadoc,命令如下:

luadoc_start.bat path\to\lua\file\name.lua

这将在命令提示符窗口或 powershell 中完成。

I get a doc file to properly generate but how to do it for the whole project? I understand there is a -d argument but I am not sure how to use it, none of my tries where successful.

为此任务,您需要编写一个 shell 脚本。这是一个小脚本。

$files = Get-ChildItem .\
foreach( $file in $files ) {
luadoc_start.bat "$file"
}

在哪里,你必须cdpath\to\lua\file 目录并运行这个PS1 文件。

关于documentation - 如何在 LuaForWindows 中使用 LuaDoc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15033719/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com