On 2 January 2015 at 05:42, Walter Bright via Digitalmars-d <[email protected]> wrote: > On 1/1/2015 8:19 AM, Manu via Digitalmars-d wrote: >> >> I was thinking more along the lines of letting doxygen inspire >> enhancements to ddoc, since as far as I can see, it's pretty much the >> standard these days, and people already know it. > > > And others are saying "Markdown is the standard."
It is, doxygen supports markdown. Doxygen users are generally familiar with markdown in docs. > BTW, Boost doesn't seem to use Doxygen, apparently because it crashes > reading Boost C++ files: > > http://stackoverflow.com/questions/3349783/boost-doxygen-documentation Hah. C++ is such a pig, I'm amazed it's actually POSSIBLE to parse it anymore! ;)
