D - Doxygen
- Sjoerd van Leent (3/3) Oct 04 2003 Does anyone of you have a doxygen configuration setup for D?
- Andy Friesen (13/17) Oct 04 2003 Burton Radons uses doxygen to generate the dig documentation. He just
- Ant (5/22) Oct 04 2003 but there is more than that
Does anyone of you have a doxygen configuration setup for D? Thanks in advance, Sjoerd van Leent
Oct 04 2003
Sjoerd van Leent wrote:Does anyone of you have a doxygen configuration setup for D? Thanks in advance, Sjoerd van LeentBurton Radons uses doxygen to generate the dig documentation. He just uses D comments around C preprocessor directives so that doxygen doesn't process any code it wouldn't understand. /+ #ifdef DOXYGEN_SHOULD_IGNORE_THIS_BIT +/ // Stuff that doxygen should skip goes here /+ #endif +/ A bit ugly, but effective. -- andy
Oct 04 2003
In article <blnama$1dvd$1 digitaldaemon.com>, Andy Friesen says...Sjoerd van Leent wrote:but there is more than that I have problems with interfaces and enums (not being included at all) (I must say I read the least possible of the doxygen codumentation) AntDoes anyone of you have a doxygen configuration setup for D? Thanks in advance, Sjoerd van LeentBurton Radons uses doxygen to generate the dig documentation. He just uses D comments around C preprocessor directives so that doxygen doesn't process any code it wouldn't understand. /+ #ifdef DOXYGEN_SHOULD_IGNORE_THIS_BIT +/ // Stuff that doxygen should skip goes here /+ #endif +/ A bit ugly, but effective. -- andy
Oct 04 2003