On Sun, 29 May 2005 10:51:24 +0200 Hans de Graaff wrote: > > > I'd think '\' brings ugliness too, it might be okay these keep > > > as is, since there's no fatal error. > > > > I've removed this part. > > > I've moved short description to doxygen's initial comment box also. > > If it could be redundant that @author and @date lines, tell me so > > please. > > I have committed this patch to CVS. > > For me it is ok to have the @author and @date information. It may be > redundant in the source file, but this way this information is also > shown in the doxygen output.
Probably, it requires re-writing about "Console Interface" at the attached patch, I associated it with topless interface, by the author Christian. And here's an additional patch against the g2 sources, these also need to be checked by the author Jeroen Asselman, if possible. Regards, -- Daichi
Index: gtkg-apidoc.main =================================================================== RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/doc/api/gtkg-apidoc.main,v retrieving revision 1.2 diff -u -r1.2 gtkg-apidoc.main --- gtkg-apidoc.main 4 May 2005 17:37:20 -0000 1.2 +++ gtkg-apidoc.main 29 May 2005 15:12:05 -0000 @@ -45,6 +45,7 @@ * * @section Interface * - @ref gtk + * - @ref console * * @section Miscellaneous * - @ref undoc @@ -52,6 +53,8 @@ /** * @defgroup core Core Module + * + * This group cantains functions of core part. */ /** @@ -63,10 +66,21 @@ */ /** - * @defgroup gtk GTK+ + * @defgroup gtk GTK+ Interface + * @ingroup ui + * + * GTK+ Interface for Gtk-Gnutella. + */ + +/** + * @defgroup console Console Interface * @ingroup ui + * + * Console Interface for Gtk-Gnutella. */ /** * @defgroup undoc Undocumented + * + * This group contains undocumented functions. */
doxygen_g2.patch.gz
Description: GNU Zip compressed data
