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
It is possible, in ReST, to support things like bulleted lists within the docs for a param. We just have to make sure we indent things exactly right: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists. Do the indentation automatically in the renderer so we can support such.
The text was updated successfully, but these errors were encountered:
Add documentation entries for type aliases (mozilla#156)
2b35f7c
Add a TypeAlias ir entry, repurpose Attribute renderer to also render type aliases, add a type alias directive and xref role.
No branches or pull requests
It is possible, in ReST, to support things like bulleted lists within the docs for a param. We just have to make sure we indent things exactly right: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists. Do the indentation automatically in the renderer so we can support such.
The text was updated successfully, but these errors were encountered: