Tango Windows CHM Help File

Anders F Björklund afb at algonet.se
Wed Jan 30 10:26:56 PST 2008


Kris wrote:

> However, dOxygen fails miserably at some thing because you just can't treat 
> D like C. One of the more tricky aspects are "version" blocks, which often 
> result in half or more of the API going AWOL :)
> 
> Mango used dOxygen for a couple of years, yet we went with ddoc for Tango in 
> order to avoid that problem. As a result, we exchanged that problem for a 
> lack of cross-module links, releationship diagrams, and various other 
> things. There's a gaping hole here for someone to fill.

I've used both of Doxygen and Ddoc for writing D embedded documentation,
the current solution is to use ddoc-style and a doxygen preprocessor...

Works "OK" for basic stuff (functions/parameters), without versions etc.
Translates e.g. "Params:" into "\param", and "See_Also:" into "\see"...

--anders


More information about the Digitalmars-d-announce mailing list