changeset 12050:90d7e0f342fa

[gaim-migrate @ 14345] One parts doxygen one parts whitespace committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Nov 2005 15:27:41 +0000
parents d854a6fc7b82
children 2329075592f4
files src/gtkidle.h src/gtkmedia.c src/gtkmedia.h src/media.c src/media.h src/stun.h
diffstat 6 files changed, 13 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkidle.h	Sat Nov 12 15:19:24 2005 +0000
+++ b/src/gtkidle.h	Sat Nov 12 15:27:41 2005 +0000
@@ -45,7 +45,7 @@
  * Check the current idle time, reporting to the server or going auto-away as
  * appropriate.
  *
- * @param gc The GaimConnection* to check
+ * @param data A pointer to the GaimConnection* to check
  */
 gint gaim_gtk_idle_check(gpointer data);
 
--- a/src/gtkmedia.c	Sat Nov 12 15:19:24 2005 +0000
+++ b/src/gtkmedia.c	Sat Nov 12 15:27:41 2005 +0000
@@ -1,5 +1,5 @@
 /**
- * @file gtkmedia.h Voice and Video API
+ * @file gtkmedia.h Voice and Video UI
  * @ingroup gtkui
  *
  * gaim
--- a/src/gtkmedia.h	Sat Nov 12 15:19:24 2005 +0000
+++ b/src/gtkmedia.h	Sat Nov 12 15:27:41 2005 +0000
@@ -1,6 +1,6 @@
 /**
- * @file media.h Voice and Video API
- * @ingroup core
+ * @file gtkmedia.h Voice and Video UI
+ * @ingroup gtkui
  *
  * gaim
  *
--- a/src/media.c	Sat Nov 12 15:19:24 2005 +0000
+++ b/src/media.c	Sat Nov 12 15:27:41 2005 +0000
@@ -1,5 +1,5 @@
 /**
- * @file media.h Voice and Video API
+ * @file media.c Voice and Video API
  * @ingroup core
  *
  * gaim
--- a/src/media.h	Sat Nov 12 15:19:24 2005 +0000
+++ b/src/media.h	Sat Nov 12 15:27:41 2005 +0000
@@ -30,7 +30,7 @@
 
 #include "connection.h"
 
-/* Forward declarations so I needn't #include mediastreamer headers in 
+/* Forward declarations so I needn't #include mediastreamer headers in
  * nearly every single file */
 struct _MSFilter;
 struct _MSSync;
@@ -156,7 +156,7 @@
  * Mutator for the state
  *
  * @param vc    The voice chat
- * @param state The state 
+ * @param state The state
  */
 void gaim_voice_chat_set_state(GaimVoiceChat *vc, GaimMediaState state);
 
--- a/src/stun.h	Sat Nov 12 15:19:24 2005 +0000
+++ b/src/stun.h	Sat Nov 12 15:27:41 2005 +0000
@@ -28,6 +28,7 @@
 /**************************************************************************/
 /** @name STUN API                                                        */
 /**************************************************************************/
+/*@{*/
 
 struct stun_nattype {
 	gint status;	/* 0 - unknown (no STUN server reachable) */
@@ -43,7 +44,7 @@
 
 	char publicip[16];
 };
-	
+
 struct stun_header {
 	short	type;
 	short	len;
@@ -76,4 +77,8 @@
 struct stun_nattype *gaim_stun_discover(StunCallback cb);
 
 void gaim_stun_init();
+
+/*@}*/
+
 #endif /* _GAIM_STUN_H_ */
+