pico8-ls icon indicating copy to clipboard operation
pico8-ls copied to clipboard

Documentation for custom functions

Open theRenard opened this issue 7 months ago • 0 comments

Is it possible to add support for custom function documentation like in LDoc ?

--- Summary ends with a period.
-- Some description, can be over several lines.
-- @param p1 first parameter
-- @param p2 second parameter
-- @return a string value
-- @see second_fun
function mod1.first_fun(p1,p2)
end

theRenard avatar Jun 30 '24 21:06 theRenard