jingle/jingle.h
changeset 148 cb40539b88b7
parent 144 efc92c939fef
--- a/jingle/jingle.h	Thu Aug 19 00:00:08 2010 +0200
+++ b/jingle/jingle.h	Thu Aug 19 00:43:39 2010 +0200
@@ -2,7 +2,6 @@
  * @file jingle.h
  * @brief jingle.c header file
  * @author Nicolas Cornu
- * @version 0.1
  */
 
 #ifndef __JINGLE_H__
@@ -53,7 +52,6 @@
 } JingleSenders;
 
 /**
- * @struct JingleNode
  * @brief Represent an incoming jingle IQ
  * 
  * This struct is used to represent an incoming jingle IQ.
@@ -105,7 +103,6 @@
 } JingleNode;
 
 /**
- * @struct JingleContent
  * @brief Struct used to represent a <content> element of an incoming Jingle IQ
  */
 typedef struct {
@@ -157,8 +154,6 @@
 } JingleContent;
 
 /**
- * @struct JingleActionList
- * 
  * Represent a jingle action and the "handler"
  * (defined in action-handlers.c) for that action.
  */