From: Richard Mudgett Date: Fri, 18 Oct 2013 16:20:25 +0000 (+0000) Subject: Tweak ast_bridge_depart() doxygen. X-Git-Tag: 12.0.0-beta2~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b625fcc697329af3ff1af426bd61d51830b7e40;p=thirdparty%2Fasterisk.git Tweak ast_bridge_depart() doxygen. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401232 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h index 8f8618d154..a28481c90c 100644 --- a/include/asterisk/bridge.h +++ b/include/asterisk/bridge.h @@ -567,7 +567,8 @@ int ast_bridge_impart(struct ast_bridge *bridge, * This does not hang up the channel. * * \note This API call can only be used on channels that were added to the bridge - * using the ast_bridge_impart API call with the independent flag FALSE. + * using the ast_bridge_impart API call with the AST_BRIDGE_IMPART_CHAN_DEPARTABLE + * flag. */ int ast_bridge_depart(struct ast_channel *chan);