diff --git a/include/asterisk/test.h b/include/asterisk/test.h
index 5ad389f00fa786d3149085d8289c2785b7368da5..8eec6cf16a07fa44ff837ba729f13becc3539525 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 {								\