From e5d3deb2992ec3df948f188ac9f77f0e0c5ebee8 Mon Sep 17 00:00:00 2001
From: Richard Mudgett <rmudgett@digium.com>
Date: Thu, 18 Jul 2013 22:01:42 +0000
Subject: [PATCH] Fixup doxygen on ast_hangup().

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394776 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/channel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 59145fc08b..1025e72939 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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);
-- 
GitLab