提交 9b1e1590 authored 作者: Mathieu Rene's avatar Mathieu Rene

Fix doxygen comment without messing with the rest

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12372 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8fa0ff97
......@@ -413,7 +413,7 @@ SWITCH_DECLARE(void *) switch_channel_get_private(switch_channel_t *channel, con
\brief Unsets private from a given channel
\param channel channel to unsets data from
\param key your private data's unique keyname
\return void pointer to channel's private data
\return void SWITCH_STATUS_SUCCESS if data was unset
*/
SWITCH_DECLARE(switch_status_t) switch_channel_unset_private(switch_channel_t *channel, const char *key);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论