How to create DDoc for string mixin generated functions?

Adam D. Ruppe destructionator at gmail.com
Thu Nov 28 14:00:56 UTC 2019


On Wednesday, 27 November 2019 at 15:14:21 UTC, ParticlePeter 
wrote:
> I judged it being the least feasible to produce appropriate doc 
> comments. How could this work?

Just like:

/// Forwards members to [Whatever]
auto opDispatch......

and then the documentation shows that with the link so they can 
refer to the other thing easily enough. That's what I did on my 
thing for example

http://dpldocs.info/experimental-docs/arsd.dom.ElementCollection.opDispatch.html

(possible I could make my doc gen recognize the pattern and paste 
in generated docs too, but I personally like the link enough)


More information about the Digitalmars-d-learn mailing list