JFT: Fix the Doxygen doc in filetransfer.c
authorNicolas Cornu <nicolas.cornu@ensi-bourges.fr>
Tue, 17 Aug 2010 23:14:52 +0200
changeset 143 cd97a18dd0b9
parent 142 f513b0bc039a
child 144 efc92c939fef
JFT: Fix the Doxygen doc in filetransfer.c
jingle-ft/filetransfer.c
--- a/jingle-ft/filetransfer.c	Tue Aug 17 22:49:18 2010 +0200
+++ b/jingle-ft/filetransfer.c	Tue Aug 17 23:14:52 2010 +0200
@@ -102,12 +102,11 @@
 
 
 /**
- * \fn static gconstpointer check(JingleContent *cn, GError **err)
- * \brief Check if a node description with xmlns of JFT is correct 
+ * @brief Check if a node description with xmlns of JFT is correct 
  *
- * \param cn the jinglecontent a node description
- * \param err contain an error of the domain JINGLE_CHECK_ERROR
- * \return a gconstpointer, which is a new allocated JingleFT
+ * @param cn the jinglecontent a node description
+ * @param err contain an error of the domain JINGLE_CHECK_ERROR
+ * @return a gconstpointer, which is a new allocated JingleFT
  */
 static gconstpointer check(JingleContent *cn, GError **err)
 {
@@ -200,16 +199,14 @@
 }
 
 /**
- * \fn static gboolean handle(JingleAction action, gconstpointer data, LmMessageNode *node)
- * \brief handle a function to handle action which are not "current"
- *
- * \param action the action which have been received
- * \param data contain the JingleFT of the content concerned
- * \param node the node himself
- * \return a gconstpointer, which is a new allocated JingleFT
+ * @brief A function to handle incoming jingle action
+ * @param action The action which have been received
+ * @param data   Contain the JingleFT of the content concerned
+ * @param node   The node himself
+ * @return       TRUE if the action was handled, FALSE otherwise
  */
 static gboolean handle(JingleAction action, gconstpointer data,
-                          LmMessageNode *node)
+                       LmMessageNode *node)
 {
   if (action == JINGLE_SESSION_INFO) {
     if (!g_strcmp0(lm_message_node_get_attribute(node, "xmlns"),