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
If * is used as an argument inside a method signature, this argument is not shown in the generated documentation. This is causing this issue in one of my projects.
Steps to reproduce
Generate YARD documentation for this code:
classAdefx(a,b, *);endend
Actual Output
Expected Output
The method signature in the documentation should be #x(a, b, *) => Object.
Environment details:
OS: Ubuntu 18.04
Ruby version (ruby -v): ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
If
*
is used as an argument inside a method signature, this argument is not shown in the generated documentation. This is causing this issue in one of my projects.Steps to reproduce
Generate YARD documentation for this code:
Actual Output
Expected Output
The method signature in the documentation should be
#x(a, b, *) => Object
.Environment details:
ruby -v
):ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
yard -v
):yard 0.9.20
I have read the Contributing Guide.
The text was updated successfully, but these errors were encountered: