diff libpurple/connection.h @ 23374:0efa36fe7d7c

Sprinkle @copydoc around to squash "ref could not be resolved" Doxygen warnings, making a bunch of links work.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 15 Jun 2008 12:56:30 +0000
parents 9aa105267f46
children 85fc34efe733
line wrap: on
line diff
--- a/libpurple/connection.h	Sun Jun 15 12:54:23 2008 +0000
+++ b/libpurple/connection.h	Sun Jun 15 12:56:30 2008 +0000
@@ -27,6 +27,7 @@
 #ifndef _PURPLE_CONNECTION_H_
 #define _PURPLE_CONNECTION_H_
 
+/** @copydoc _PurpleConnection */
 typedef struct _PurpleConnection PurpleConnection;
 
 /**
@@ -223,6 +224,8 @@
 	void (*_purple_reserved3)(void);
 } PurpleConnectionUiOps;
 
+
+/* Represents an active connection on an account. */
 struct _PurpleConnection
 {
 	PurplePlugin *prpl;            /**< The protocol plugin.               */