res: Fix for Doxygen.

These are the remaining issues found in /res.

ASTERISK-29761

Change-Id: I572e6019c422780dde5ce8448b6c85c77af6046d
This commit is contained in:
Alexander Traud
2021-11-19 09:54:42 +01:00
committed by Friendly Automation
parent e93fb874b4
commit a85f2bf34d
39 changed files with 136 additions and 191 deletions

View File

@@ -17,15 +17,15 @@
/*!
* \internal
* \brief Thread running the SNMP Agent or Subagent
* \param Not used -- required by pthread_create
* \param arg -- not used
* \return A pointer with return status -- not used
*
* This represent the main thread of the SNMP [sub]agent, and
* will initialize SNMP and loop, processing requests until
* termination is requested by resetting the flag in
* \ref res_snmp_dontStop.
* \ref res_snmp_dont_stop.
*/
void *agent_thread(void *);
void *agent_thread(void *arg);
/*!
* \internal