We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
text <- " #' Foo #' #' Description #' #' Details #' #' @param x xyz #' @export NULL" roxygen2::parse_text(text) #> [[1]] #> <roxy_block> [<text>:10] #> $tag #> [line: 1] @title #> [line: 1] @description #> [line: 1] @details #> [line: 9] @param #> [line: 10] @export #> [line:???] @backref #> $call NULL #> $object NULL #>
Created on 2019-09-19 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
This is also a a problem for #922, because we don't know if those comments were inline, i.e. for a method, or not. So I'll fix this soon.
Sorry, something went wrong.
0d9bace
No branches or pull requests
Created on 2019-09-19 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: