[asterisk-commits] eliel: branch group/data_api_gsoc2009 r205662 - /team/group/data_api_gsoc2009...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jul 9 13:14:43 CDT 2009
Author: eliel
Date: Thu Jul 9 13:14:40 2009
New Revision: 205662
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=205662
Log:
Add missing documentation.
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=205662&r1=205661&r2=205662
==============================================================================
--- team/group/data_api_gsoc2009/main/data.c (original)
+++ team/group/data_api_gsoc2009/main/data.c Thu Jul 9 13:14:40 2009
@@ -1159,7 +1159,10 @@
/*!
* \internal
- * \brief XXX-document this
+ * \brief Get the name of the last node in the specified path.
+ * \param[in] constpath A path of the form rootnode/first_child/second_child/last_leaf
+ * \retval NULL On error.
+ * \retval non-NULL The name of the last node in the path.
*/
static inline char *data_filter_get_last_leaf(const char *constpath)
{
More information about the asterisk-commits
mailing list