mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
channels: Fix for Doxygen.
ASTERISK-29762 Change-Id: Ia8811ac12b93ff8c18164699c6fbc604cb0a23f7
This commit is contained in:
committed by
Friendly Automation
parent
3a4c9ec0e2
commit
726d6dd166
@@ -395,8 +395,6 @@ int iax2_codec_pref_format_bitfield_to_order_value(uint64_t bitfield)
|
||||
* \param pref Codec preference list to append the given bitfield.
|
||||
* \param bitfield Format bitfield to append.
|
||||
* \param framing Framing size of the codec.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
static void iax2_codec_pref_append_bitfield(struct iax2_codec_pref *pref, uint64_t bitfield, unsigned int framing)
|
||||
{
|
||||
|
@@ -32,8 +32,6 @@
|
||||
*
|
||||
* Searches the IAX firmware directory, adding new firmware that is available
|
||||
* and removing firmware that is no longer available.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void iax_firmware_reload(void);
|
||||
|
||||
@@ -95,8 +93,6 @@ int iax_firmware_append(struct iax_ie_data *ie_data,
|
||||
*
|
||||
* The \c callback function receives a pointer to the firmware header and the
|
||||
* value of the \c user_data argument that was passed in, which may be \c NULL.
|
||||
*
|
||||
* \return Nothing
|
||||
*/
|
||||
void iax_firmware_traverse(const char *prefix,
|
||||
int (*callback)(struct ast_iax2_firmware_header *header, void *user_data),
|
||||
|
Reference in New Issue
Block a user