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
namespace repro { /** * \brief A function * \details Description: * * \li Point 1 * \li Point 2 * * Another paragraph. */ void f() {} } // namespace repro
Renders:
When there is a considerable amount of text after the last point, this issue becomes particularly problematic:
The text was updated successfully, but these errors were encountered:
support unordered lists
2009497
#feat fix cppalliance#799
c62d0c0
d14cbb6
#feat fix #799
Successfully merging a pull request may close this issue.
Renders:
When there is a considerable amount of text after the last point, this issue becomes particularly problematic:
The text was updated successfully, but these errors were encountered: