mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Doxygen comment tweaks.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396857 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1671,7 +1671,10 @@ int ast_rtp_engine_unload_format(const struct ast_format *format)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*! \internal \brief \ref stasis message payload for RTCP messages */
|
||||
/*!
|
||||
* \internal
|
||||
* \brief \ref stasis message payload for RTCP messages
|
||||
*/
|
||||
struct rtcp_message_payload {
|
||||
struct ast_channel_snapshot *snapshot; /*< The channel snapshot, if available */
|
||||
struct ast_rtp_rtcp_report *report; /*< The RTCP report */
|
||||
|
Reference in New Issue
Block a user