summaryrefslogtreecommitdiff
path: root/include/asterisk/test.h
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-01-14 21:47:31 +0000
committerDavid M. Lee <dlee@digium.com>2013-01-14 21:47:31 +0000
commitbb73c2272efb04598dd749819f2bf3ebdde6b2df (patch)
tree04380a285559ca980901d7482a7ac5d8c8f925bf /include/asterisk/test.h
parentd3bb2506a17ee210f893dd57b9dbc69f235de87e (diff)
Fixed doc comment for ast_test_validate
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379070 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/test.h')
-rw-r--r--include/asterisk/test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/test.h b/include/asterisk/test.h
index 5ad389f00..8eec6cf16 100644
--- a/include/asterisk/test.h
+++ b/include/asterisk/test.h
@@ -297,8 +297,8 @@ int __ast_test_status_update(const char *file, const char *func, int line, struc
* 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 { \