Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for custom functions #60

Open
theRenard opened this issue Jun 30, 2024 · 0 comments
Open

Documentation for custom functions #60

theRenard opened this issue Jun 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@theRenard
Copy link

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
@japhib japhib added the enhancement New feature or request label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants