mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Doxygen Updates - janitor work
Doxygen updates including mistakes, misspellings, missing parameters, updates for Doxygen style. Some missing txt file links are removed but their content or essense will be included in some later updates. A majority of the txt files were removed in the 1.6 era but never noted. The HR and EXTREF are simple changes that make the documentation more compatable with more versions of Doxygen. Further updates coming. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373330 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -65,7 +65,8 @@ int sdp_crypto_process(struct sdp_crypto *p, const char *attr, struct ast_rtp_in
|
||||
* \details
|
||||
* The offer is stored on the sdp_crypto struct in a_crypto
|
||||
*
|
||||
* \param A valid sdp_crypto struct
|
||||
* \param p A valid sdp_crypto struct
|
||||
* \param taglen Length
|
||||
*
|
||||
* \retval 0 success
|
||||
* \retval nonzero failure
|
||||
|
@@ -1523,9 +1523,9 @@ AST_TEST_DEFINE(parse_contact_header_test)
|
||||
* item is found that is not supported, it is copied to the unsupported
|
||||
* out buffer.
|
||||
*
|
||||
* \param option list
|
||||
* \param options list
|
||||
* \param unsupported out buffer (optional)
|
||||
* \param unsupported out buffer length (optional)
|
||||
* \param unsupported_len out buffer length (optional)
|
||||
*/
|
||||
unsigned int parse_sip_options(const char *options, char *unsupported, size_t unsupported_len)
|
||||
{
|
||||
|
Reference in New Issue
Block a user