[svn-commits] eliel: branch group/data_api_gsoc2009 r210773 - /team/group/data_api_gsoc2009...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 6 08:04:18 CDT 2009


Author: eliel
Date: Thu Aug  6 08:04:15 2009
New Revision: 210773

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=210773
Log:
Minor minor minor doc change.


Modified:
    team/group/data_api_gsoc2009/include/asterisk/data.h

Modified: team/group/data_api_gsoc2009/include/asterisk/data.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/include/asterisk/data.h?view=diff&rev=210773&r1=210772&r2=210773
==============================================================================
--- team/group/data_api_gsoc2009/include/asterisk/data.h (original)
+++ team/group/data_api_gsoc2009/include/asterisk/data.h Thu Aug  6 08:04:15 2009
@@ -87,7 +87,6 @@
  *
  * \code
  *	#include <data.h>
- *
  *
  * 	struct test_structure {
  * 		int a;
@@ -130,7 +129,7 @@
  * \b Getting \b the \b tree
  *
  * To get the tree you need to create a query, a query is based on three parameters
- * a path to the provider, a search condition and a filter condition.
+ * a \b path to the provider, a \b search condition and a \b filter condition.
  * \code
  *	struct ast_data *result;
  *	struct ast_data_query query = {




More information about the svn-commits mailing list