Fixed doc comment for ast_test_validate
authorDavid M. Lee <dlee@digium.com>
Mon, 14 Jan 2013 21:47:31 +0000 (21:47 +0000)
committerDavid M. Lee <dlee@digium.com>
Mon, 14 Jan 2013 21:47:31 +0000 (21:47 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379070 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/test.h

index 5ad389f..8eec6cf 100644 (file)
@@ -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.
  *
  * 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 {                                                            \
  */
 #define ast_test_validate(test, condition)                             \
        do {                                                            \