summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-16 18:34:31 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-16 18:34:31 +0000
commit6399836f9b14ce180d2c15985cf59b23fdceb07b (patch)
treec8662ee18f0de9ffcc804270130dae4a0e6f203a
parente47d3db365cb4051f04446fd03ed6846f9ee7fbd (diff)
Fix some doxygen bridging file references.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396867 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--include/asterisk/bridge_channel_internal.h2
-rw-r--r--include/asterisk/doxygen/architecture.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/bridge_channel_internal.h b/include/asterisk/bridge_channel_internal.h
index 8cfbb7a7c..1108c88d7 100644
--- a/include/asterisk/bridge_channel_internal.h
+++ b/include/asterisk/bridge_channel_internal.h
@@ -26,7 +26,7 @@
* \author Matt Jordan <mjordan@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:
diff --git a/include/asterisk/doxygen/architecture.h b/include/asterisk/doxygen/architecture.h
index 9cf15c723..0809d6b2e 100644
--- a/include/asterisk/doxygen/architecture.h
+++ b/include/asterisk/doxygen/architecture.h
@@ -265,7 +265,7 @@ For additional information on the bridging API, see
\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