/soc/2013/ankitkv/gobjectification: fb174197abb2: Remove @see in...

Ankit Vani a at nevitus.org
Fri Feb 7 07:45:15 EST 2014


Changeset: fb174197abb2725a6be22599403639790accdba0
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-07 18:05 +0530
Branch:	 soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/fb174197abb2

Description:

Remove @see in new plugin and protocol stuff

diffstat:

 finch/gntplugin.h    |  2 +-
 libpurple/protocol.h |  2 +-
 pidgin/gtkplugin.h   |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff --git a/finch/gntplugin.h b/finch/gntplugin.h
--- a/finch/gntplugin.h
+++ b/finch/gntplugin.h
@@ -100,7 +100,7 @@ GType finch_plugin_info_get_type(void);
  * returns a #GntWidget for the plugin's preferences
  * (see #FinchPluginPrefFrameCb).
  *
- * @see purple_plugin_info_new()
+ * See purple_plugin_info_new().
  *
  * Returns: A new #FinchPluginInfo instance.
  */
diff --git a/libpurple/protocol.h b/libpurple/protocol.h
--- a/libpurple/protocol.h
+++ b/libpurple/protocol.h
@@ -60,7 +60,7 @@ typedef struct _PurpleProtocolClass Purp
  * Flags to indicate what base protocol's data a derived protocol wants to
  * override.
  *
- * @see purple_protocol_override()
+ * See purple_protocol_override().
  */
 typedef enum /*< flags >*/
 {
diff --git a/pidgin/gtkplugin.h b/pidgin/gtkplugin.h
--- a/pidgin/gtkplugin.h
+++ b/pidgin/gtkplugin.h
@@ -92,7 +92,7 @@ GType pidgin_plugin_info_get_type(void);
  * returns a #GtkWidget for the plugin's configuration
  * (see #PidginPluginConfigFrameCb).
  *
- * @see purple_plugin_info_new()
+ * See purple_plugin_info_new().
  *
  * Returns: A new #PidginPluginInfo instance.
  */



More information about the Commits mailing list