From: Mathieu Rene Date: Tue, 3 Mar 2009 17:05:17 +0000 (+0000) Subject: Fix doxygen comment without messing with the rest X-Git-Tag: v1.0.4~1736 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1e159078e2cc4fc5ae0d363e3c944bd1aa0988;p=thirdparty%2Ffreeswitch.git Fix doxygen comment without messing with the rest git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12372 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_channel.h b/src/include/switch_channel.h index 609b8877c6..2075fb1072 100644 --- a/src/include/switch_channel.h +++ b/src/include/switch_channel.h @@ -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);