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
Hi there,
I tried the following case with the basic templates and the latest leafdoc (1.4.1).
test.leafdoc
@class MyClass A comment, lonely but it's happy. @section MySection A comment in MySection, lonely but it's happy.
produces
<h2 id="myclass">MyClass</h2> A comment, lonely but it's happy.
What is wrong: The section is missing (and the comment of the section of course). A section should be printed even if it's empty.
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I tried the following case with the basic templates and the latest leafdoc (1.4.1).
test.leafdoc
produces
What is wrong: The section is missing (and the comment of the section of course). A section should be printed even if it's empty.
Best regards
The text was updated successfully, but these errors were encountered: