diff libpurple/util.h @ 28493:63cb8c4f3c66

Fix a bunch of doxygen warnings.
author Paul Aurich <paul@darkrain42.org>
date Sun, 30 Aug 2009 04:00:51 +0000
parents c9c038529f38
children 6e22a8c188c5 a8e19b69e6b4 ecd2136ff818
line wrap: on
line diff
--- a/libpurple/util.h	Sun Aug 30 04:00:04 2009 +0000
+++ b/libpurple/util.h	Sun Aug 30 04:00:51 2009 +0000
@@ -31,8 +31,14 @@
 
 #include <stdio.h>
 
+/**
+  * An opaque structure representing a URL request. Can be used to cancel
+  * the request.
+  */
 typedef struct _PurpleUtilFetchUrlData PurpleUtilFetchUrlData;
+/** @copydoc _PurpleMenuAction */
 typedef struct _PurpleMenuAction PurpleMenuAction;
+/** @copydoc _PurpleKeyValuePair */
 typedef struct _PurpleKeyValuePair PurpleKeyValuePair;
 
 #include "account.h"
@@ -107,7 +113,7 @@
  * @param album     The album of the song, can be @c NULL.
  * @param unused    Currently unused, must be @c NULL.
  *
- * @return   The formatted string. The caller must #g_free the returned string.
+ * @return   The formatted string. The caller must g_free the returned string.
  * @since 2.4.0
  */
 char * purple_util_format_song_info(const char *title, const char *artist,