# HG changeset patch # User Nicolas Cornu # Date 1282079692 -7200 # Node ID cd97a18dd0b96dec926e6f223a99e90ac2fd4932 # Parent f513b0bc039a84588bdb3c649476d7a68026a478 JFT: Fix the Doxygen doc in filetransfer.c diff -r f513b0bc039a -r cd97a18dd0b9 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"),