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

Support of LLS-style tags for @param and @return. #394

Merged
merged 2 commits into from
May 2, 2023

Conversation

AndreasMatthias
Copy link
Contributor

LLS (lua-language-server) provides the following syntax for @param and @return:

@param name type # description
@param name type description
@param name type

@return type name # description
@return type name description
@return type # description
@return type

LLS (lua-language-server) provides the following syntax for
@param and @return:

@param name type # description
@param name type description
@param name type

@return type name # description
@return type name description
@return type # description
@return type
ldoc/parse.lua Outdated Show resolved Hide resolved
Co-authored-by: Caleb Maclennan <caleb@alerque.com>
@alerque alerque merged commit 8406ab2 into lunarmodules:master May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants