Joseph Rushton Wakeling via Digitalmars-d <[email protected]> wrote: > Three things I'm not sure about: (i) does it allow definitions of custom > macros as with Ddoc (although I'm not sure how necessary that is in > practice); (ii) I have a nasty feeling its @keyword markup syntax (e.g. > @return @param etc.) might not play nice with D code examples; (iii) I > suspect we'd have to do some integration work getting D support into > Doxygen in order to enjoy the best of all its features.
AFAIK @keyword is javadoc style (but supported by doxygen) and original doxygen style uses \keyword.
