-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Documentation headings #9
Comments
The source text is written in markdown (see this page for another render), converted by https://github.com/databricks/databricks-sdk-go/blob/main/openapi/code/named.go#L251-L310, resulting in the comment renders. If you could provide a set of markdwon-to-rdoc rules, would be great. if it's a PR to generator - even better. |
Ah, if the source doesn't use headings, there's little point in patching up the markdown here. Let me contemplate the |
@hadley technically we can do special comment preprocessor in the generator. up to you :) |
@hadley so, is there anything we need to do with markdown to turn it more roxygen friendly? |
Probably the easiest solution would be just to strip the lines that consist of only |
It looks like the code generator is converting headings to:
Instead of
## Release status
Additionally, in
statement_execution.R
it's generating this:and the sequences of dashes are causing this warning when documenting:
If you can tell me what you're trying to achieve here, I can suggest how you might best express that in R's documentation.
The text was updated successfully, but these errors were encountered: