Get rid off duplicates in documentation #2072
Unanswered
Ismoh
asked this question in
General Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here is what I've generated with
VSCode tasks.json
{ "label": "Generate Lua docs", "type": "shell", "windows": { "command": "${userHome}\\.vscode\\extensions\\sumneko.lua-3.6.18-win32-x64\\server\\bin\\lua-language-server.exe --logpath \"${workspaceFolder}\\docs\\lua-docs\" --configpath \"${workspaceFolder}\\docs\\lua-docs\\lua-language-server-config.lua\" --doc \"${workspaceFolder}\\mods\\noita-mp\\files\\scripts\" && cd ${workspaceFolder}\\docs\\lua-docs\\ && DEL /f *.log" }, "problemMatcher": [] }https://github.com/Ismoh/NoitaMP/blob/67-developer-needs-help-on-re-trigger-entity-spawning/docs/lua-docs/doc.md#minautils
You can see that there are three
MinaUtilsand I am confused why. MinaUtils.luaDoes anyone have a hint for me?
Beta Was this translation helpful? Give feedback.
All reactions