Doxygen comment tweaks.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396857 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2013-08-16 17:33:21 +00:00
parent a847e65b2c
commit e47d3db365
24 changed files with 803 additions and 374 deletions

View File

@@ -1685,7 +1685,8 @@ static void test_sub(const struct ast_event *event, void *data)
}
/*!
* \internal \brief Callback function called before each test executes
* \internal
* \brief Callback function called before each test executes
*/
static int test_cel_init_cb(struct ast_test_info *info, struct ast_test *test)
{
@@ -1908,7 +1909,10 @@ static struct ast_event *create_sync_event(void)
}
/*!
* \internal \brief Callback function called after each test executes.
* \internal
* \brief Callback function called after each test executes.
*
* \details
* In addition to cleanup, this function also performs verification
* that the events received during a test match the events that were
* expected to have been generated during the test.