|
From: Luna a. J. <ml...@ja...> - 2002-10-21 20:12:34
|
On Mon, 21 Oct 2002 16:09:36 +0200 Javier Farreres de la Morena <sp...@in...> wrote: > The documentation from doxigen is quite nice, but how easy is it to > introduce the comments into the code as to generate the documentation? Both doxygen and doc++ use the same method of marking up comments. As far as I know they both share a common subset based on javadoc comments though each has its own extensions and supported output formats. Doxygen seems more versatile IMHO. Regards, James |