Hi, I don't know if it's the right place to send this but i'm not yet subscribed to the glib mailling list. I found a problem in the html documentation generation using gtk-doc. There was a missing closing tag in the g_main_depth function documentation (glib/gmain.c). I attached a patch to correct this. If the mailling was the good one, can someone forward it to the right one ? Ths. Johan. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Index: gmain.c =================================================================== RCS file: /cvs/gnome/glib/glib/gmain.c,v retrieving revision 1.108 diff -u -r1.108 gmain.c --- gmain.c 1 Mar 2004 02:45:15 -0000 1.108 +++ gmain.c 2 Mar 2004 02:18:59 -0000 @@ -1851,6 +1851,7 @@ * there is more work to do. * </para> * </listitem> + * </orderedlist> **/ int g_main_depth (void)
Attachment:
binqATBQBHZvl.bin
Description: PGP Public Key