[asterisk-commits] rmudgett: trunk r396867 - in /trunk/include/asterisk: ./ doxygen/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 16 13:34:33 CDT 2013


Author: rmudgett
Date: Fri Aug 16 13:34:31 2013
New Revision: 396867

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=396867
Log:
Fix some doxygen bridging file references.

Modified:
    trunk/include/asterisk/bridge_channel_internal.h
    trunk/include/asterisk/doxygen/architecture.h

Modified: trunk/include/asterisk/bridge_channel_internal.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/bridge_channel_internal.h?view=diff&rev=396867&r1=396866&r2=396867
==============================================================================
--- trunk/include/asterisk/bridge_channel_internal.h (original)
+++ trunk/include/asterisk/bridge_channel_internal.h Fri Aug 16 13:34:31 2013
@@ -26,7 +26,7 @@
  * \author Matt Jordan <mjordan at digium.com>
  *
  * A private API to manipulate channels in a bridge. These can be called on a channel in
- * a bridge by \ref bridging.c. These functions should not be called elsewhere, including
+ * a bridge by \ref bridge.c. These functions should not be called elsewhere, including
  * by other members of the Bridging API.
  *
  * See Also:

Modified: trunk/include/asterisk/doxygen/architecture.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/doxygen/architecture.h?view=diff&rev=396867&r1=396866&r2=396867
==============================================================================
--- trunk/include/asterisk/doxygen/architecture.h (original)
+++ trunk/include/asterisk/doxygen/architecture.h Fri Aug 16 13:34:31 2013
@@ -265,7 +265,7 @@
 \arg <code>include/asterisk/bridge_after.h</code>
 
 For additional implementation details regarding the core bridging API, see
-<code>main/bridging.c</code> and <code>main/bridging_channel.c</code>.
+<code>main/bridge.c</code> and <code>main/bridge_channel.c</code>.
 
 \subsection ArchInterfaceCDR Call Detail Record (CDR) Handlers
 




More information about the asterisk-commits mailing list