tests: Fix for Doxygen.

ASTERISK-29741

Change-Id: I012d72b237bda2ef2d0f86307dfc6dc7add4b54b
This commit is contained in:
Alexander Traud
2021-11-15 14:29:02 +01:00
committed by Friendly Automation
parent d2a8d37af4
commit 95976be293
4 changed files with 11 additions and 11 deletions

View File

@@ -240,7 +240,7 @@ static AST_VECTOR(, enum ast_device_state) result_states;
/*! \brief The current device state for our device state provider */
static enum ast_device_state current_device_state;
/*! \brief Clear out all recorded device states in \ref result_states */
/*! \brief Clear out all recorded device states in \p result_states */
static void clear_result_states(void)
{
ast_mutex_lock(&update_lock);