digitalmars.D - Ddoc Questions
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (10/10) Feb 10 2006 1.
- =?ISO-8859-1?Q?Julio_C=E9sar_Carrascal_Urquijo?= (5/11) Feb 10 2006 -o-
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (6/19) Feb 11 2006 This is not really doable, so I'll just use Doxygen
1. Is there a way to make ddoc generate something for files/classes that aren't commented (yet) ? (since I just got blank files) 2. Also, is there a flag or a way to make it just generate the documentation and not any objects ? (got link errors, for docs...) --anders PS. Used to javadoc, you see.
Feb 10 2006
Anders F Björklund wrote:1. Is there a way to make ddoc generate something for files/classes that aren't commented (yet) ?I'm putting /***/ before every method for witch I don't have docs yet.2. Also, is there a flag or a way to make it just generate the documentation and not any objects ?-o- suppress generation of object file http://digitalmars.com/d/dcompiler.html
Feb 10 2006
Julio César Carrascal Urquijo wrote:This is not really doable, so I'll just use Doxygen (at least until it has been been properly commented)1. Is there a way to make ddoc generate something for files/classes that aren't commented (yet) ?I'm putting /***/ before every method for witch I don't have docs yet.Thanks! (will add -o- to the "ddoc" target) Also reminds me to update the man pages... :-) --anders2. Also, is there a flag or a way to make it just generate the documentation and not any objects ?-o- suppress generation of object file http://digitalmars.com/d/dcompiler.html
Feb 11 2006