moonwave 1.3.0

Moonwave is a tool for generating documentation from comments in Lua source code.
Documentation
1
2
3
4
--- @class free

local x = 1
local y = if x then 2 else 3