Fixup doxygen on ast_hangup().

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394776 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2013-07-18 22:01:42 +00:00
parent c47787feab
commit e5d3deb299

View File

@@ -1426,7 +1426,7 @@ const struct ast_channel_tech *ast_get_channel_tech(const char *name);
* \note This function performs a hard hangup on a channel. Unlike the soft-hangup, this function
* performs all stream stopping, etc, on the channel that needs to end.
* chan is no longer valid after this call.
* \param chan channel to hang up
* \param chan channel to hang up (NULL tolerant)
* \return Nothing
*/
void ast_hangup(struct ast_channel *chan);