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
Currently roxygen doesn't provide a way to properly document these inner functions and to include their doc's in the help text of "MyClass". I have to include the help text of "myfn" in "MyClass" which is cumbersome and requires the use of rd macros like \description.
It would be great if I could use @describeIn to include a description of the argument list in the doc of "MyClass".
The text was updated successfully, but these errors were encountered:
I often use this pattern:
Currently roxygen doesn't provide a way to properly document these inner functions and to include their doc's in the help text of "MyClass". I have to include the help text of "myfn" in "MyClass" which is cumbersome and requires the use of rd macros like
\description
.It would be great if I could use
@describeIn
to include a description of the argument list in the doc of "MyClass".The text was updated successfully, but these errors were encountered: