From db89b1a62fb0fa1ed57a9cdd275c0a977630a56a Mon Sep 17 00:00:00 2001 From: bertrand Date: Fri, 6 Aug 1999 17:28:26 +0000 Subject: updated some autogen doc stuff. Still don't understand warnings :( 1999-08-06 bertrand * devel-docs/camel/: updated some autogen doc stuff. Still don't understand warnings :( * camel/camel-data-wrapper.c: * camel/providers/MH/camel-mh-store.c: * camel/url-util.c: * camel/gmime-content-field.c: * camel/camel-store.c: various inline doc corrections. * camel/camel-folder.c (get_message_count): new method. Returns the number of message in the folder. svn path=/trunk/; revision=1092 --- camel/url-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/url-util.c') diff --git a/camel/url-util.c b/camel/url-util.c index 43f51fe365..98eeaafddd 100644 --- a/camel/url-util.c +++ b/camel/url-util.c @@ -137,7 +137,7 @@ g_url_free (Gurl *url) /**** PARSING FUNCTIONS ****/ -/** So, yes, I must admit there would have been more elegant +/* So, yes, I must admit there would have been more elegant ways to do this, but it works, and quite well :) */ -- cgit