channels: Fix for Doxygen.

ASTERISK-29762

Change-Id: Ia8811ac12b93ff8c18164699c6fbc604cb0a23f7
This commit is contained in:
Alexander Traud
2021-11-19 10:46:06 +01:00
committed by Friendly Automation
parent abf5085a97
commit 10a0e3d4d6
15 changed files with 94 additions and 163 deletions

View File

@@ -690,7 +690,7 @@ AST_TEST_DEFINE(sip_parse_uri_test)
/*! \brief Get caller id name from SIP headers, copy into output buffer
*
* \retval input string pointer placed after display-name field if possible
* \return input string pointer placed after display-name field if possible
*/
const char *get_calleridname(const char *input, char *output, size_t outputsize)
{
@@ -1685,10 +1685,6 @@ AST_TEST_DEFINE(parse_contact_header_test)
* builds a bit field representing all the SIP options in that field. When an
* item is found that is not supported, it is copied to the unsupported
* out buffer.
*
* \param options list
* \param unsupported out buffer (optional)
* \param unsupported_len out buffer length (optional)
*/
unsigned int parse_sip_options(const char *options, char *unsupported, size_t unsupported_len)
{