[asterisk-commits] dlee: trunk r379070 - /trunk/include/asterisk/test.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 14 15:47:36 CST 2013
Author: dlee
Date: Mon Jan 14 15:47:31 2013
New Revision: 379070
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=379070
Log:
Fixed doc comment for ast_test_validate
Modified:
trunk/include/asterisk/test.h
Modified: trunk/include/asterisk/test.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/test.h?view=diff&rev=379070&r1=379069&r2=379070
==============================================================================
--- trunk/include/asterisk/test.h (original)
+++ trunk/include/asterisk/test.h Mon Jan 14 15:47:31 2013
@@ -297,8 +297,8 @@
* Note that since this macro returns from the current test, there must not be any
* cleanup work to be done before returning. Use \ref RAII_VAR for test cleanup.
*
- * \param \a test Currently executing test
- * \param \a condition Boolean condition to check.
+ * \param test Currently executing test
+ * \param condition Boolean condition to check.
*/
#define ast_test_validate(test, condition) \
do { \
More information about the asterisk-commits
mailing list