mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Fixed doc comment for ast_test_validate
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@379070 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
* 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.
|
* cleanup work to be done before returning. Use \ref RAII_VAR for test cleanup.
|
||||||
*
|
*
|
||||||
* \param \a test Currently executing test
|
* \param test Currently executing test
|
||||||
* \param \a condition Boolean condition to check.
|
* \param condition Boolean condition to check.
|
||||||
*/
|
*/
|
||||||
#define ast_test_validate(test, condition) \
|
#define ast_test_validate(test, condition) \
|
||||||
do { \
|
do { \
|
||||||
|
|||||||
Reference in New Issue
Block a user