Replies: 5 comments 2 replies
|
Wow I didn't know |
1 reply
|
Has anyone figured out how the @see tag works? |
1 reply
---In the function description, there is an additional possibility of breaking line\
---using the backslash character at the end of the string.\
---In addition, in the lines `@param` and `@return`, you can use construction\
---"line1 \nline2 \n lineI" to break the line. Note the two spaces preceding `\n`
---@param name string "This is a very, very long string that needs to be split \n into several lines, \nsay three lines."
---@return boolean "returns `true` if OK, \nOtherwise returns `false`."
function foo(name) end |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
First of all, I would like to thank @Ketho for an excellent article.
I propose to discuss in this thread additions to the article, as well as the use of EmmyLua tags in the @sumneko extension.
Here are some my suggestion:
Section
@returnSection
@commentsAnnotation comments start with @ or #
In line
---@paramsymbol "@" or "#" can be omittedSection
@deprecatedAll reactions