What is wrong: Two headings for the Miniclass (h2 is empty, h3 is not and has the wrong string). Comment is in the wrong place (should be outside of the "section" element).
test04.leafdoc
@miniclass MyMiniClass (MyParentClass)
A comment, lonely but its happy.
@option foo : Boolean = true
Hi there,
I tried the following cases with the basic templates and the latest leafdoc (1.4.1).
test01.leafdoc
produces
What is wrong: Name of the Miniclass is missing.
test02.leafdoc
produces
What is wrong: Name of the Miniclass and Comment are missing.
test03.leafdoc
produces
What is wrong: Two headings for the Miniclass (h2 is empty, h3 is not and has the wrong string). Comment is in the wrong place (should be outside of the "section" element).
test04.leafdoc
produces
What is wrong: Two headings for the Miniclass (h2 is empty, h3 is not and has the wrong string).
Also, maybe the Miniclass directive should have it's own template. And the miniclass feature is not documentated at all (README.md).
Best regards