[svn-commits] rmudgett: trunk r394776 - /trunk/include/asterisk/channel.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 18 17:01:43 CDT 2013


Author: rmudgett
Date: Thu Jul 18 17:01:42 2013
New Revision: 394776

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=394776
Log:
Fixup doxygen on ast_hangup().

Modified:
    trunk/include/asterisk/channel.h

Modified: trunk/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/channel.h?view=diff&rev=394776&r1=394775&r2=394776
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Thu Jul 18 17:01:42 2013
@@ -1426,7 +1426,7 @@
  * \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);




More information about the svn-commits mailing list