is it possible to put some DDOC after auto generated blocks like unittest examples?
arturg
var.spool.mail700 at gmail.com
Sun Mar 4 23:03:39 UTC 2018
///
void fun(){}
///$(TABLE $(TR $(TD Back to:) $(TD <a
href="#fun">Declaration</a>) $(TD $(LINK2 #top, Top))))
unittest
{
}
it basically should look like this:
Declaration
void fun()
Example
---
---
[Back to:] [Declaration] [Top]
and if i replace the embbeded html with $(LINK2 #fun,
Declaration) inside the doc comment of the function it produses
wrong html.
More information about the Digitalmars-d-learn
mailing list