You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package test
class CommentsLambda {
// This is a comment for lambda
// @param[p0] This is the comment for the first parameter of the lambda.
// @param[p1] This is the comment for the second parameter of the lambda.
lambda MyCallback = (@Java("param1_name") Int?, @Java("param2_name") String)
-> /*Comment for return value*/ Int
}
The documentation for parameters will not appear in the generated documentation for the lambda. The comment for the return value will lead to a lime file loading error since the syntax is not supporting documenting the return value.
The text was updated successfully, but these errors were encountered:
limingchina
changed the title
Lamba parameters and return value docs don't work for cpp,swift and dart.
Lambda parameters and return value docs don't work for cpp,swift and dart.
Aug 4, 2023
limingchina
added a commit
to limingchina/gluecodium
that referenced
this issue
Aug 4, 2023
Currently, with the following input:
The documentation for parameters will not appear in the generated documentation for the lambda. The comment for the return value will lead to a lime file loading error since the syntax is not supporting documenting the return value.
The text was updated successfully, but these errors were encountered: