I'm not 100% happy with LuaLS's doc generation capabilities, mainly because it also documents all Lua globals.
The current plan is to process the JSON file it produces and turn it into the documentation I want using some kind of template format, e.g. using something like leafo/etlua.
I'm not 100% happy with LuaLS's doc generation capabilities, mainly because it also documents all Lua globals.
The current plan is to process the JSON file it produces and turn it into the documentation I want using some kind of template format, e.g. using something like leafo/etlua.