[asterisk-commits] eliel: branch group/data_api_gsoc2009 r203636 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 26 09:45:24 CDT 2009
Author: eliel
Date: Fri Jun 26 09:45:21 2009
New Revision: 203636
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203636
Log:
Add more doxygen.
Modified:
team/group/data_api_gsoc2009/main/data.c
Modified: team/group/data_api_gsoc2009/main/data.c
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/main/data.c?view=diff&rev=203636&r1=203635&r2=203636
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Fri Jun 26 09:45:21 2009
@@ -615,10 +615,10 @@
/*!
* \internal
- * \brief
- * \param[in] query
- * \param[in] root_provider
- * \param[in] parent_node_name
+ * \brief Generate all the tree from a specified provider.
+ * \param[in] query The query executed.
+ * \param[in] root_provider The provider specified in the path of the query.
+ * \param[in] parent_node_name The root node name.
* \retval NULL on error.
* \retval non-NULL The generated result tree.
*/
@@ -730,6 +730,12 @@
return res;
}
+/*!
+ * \internal
+ * \brief Helper function to move an ast_data tree to xml.
+ * \param[in] parent_data The initial ast_data node to be passed to xml.
+ * \param[out] parent_xml The root node to insert the xml.
+ */
static void data_get_xml_add_child(struct ast_data *parent_data, struct ast_xml_node *parent_xml)
{
struct ao2_iterator i;
More information about the asterisk-commits
mailing list