From 1c21dada05770fafac2d8ca53b90db83327af1d5 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <tom@trondeau.com>
Date: Mon, 21 Apr 2014 18:34:24 -0400
Subject: docs: doxygen mangles sections named with the same reference name.
 ControlPort and Vocoder both used 'using' - renamed for each.

---
 docs/doxygen/other/ctrlport.dox | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/other/ctrlport.dox b/docs/doxygen/other/ctrlport.dox
index 9679036aac..a1ffcadef4 100644
--- a/docs/doxygen/other/ctrlport.dox
+++ b/docs/doxygen/other/ctrlport.dox
@@ -69,7 +69,7 @@ configure ICE can be found here:
 http://doc.zeroc.com/display/Ice/Properties+and+Configuration
 
 
-\section using Using ControlPort to Export Variables
+\section using_ctrlport Using ControlPort to Export Variables
 
 The ability to export variables from a block is inherited from
 gr::block. Then, when the flowgraph is started, the function
@@ -122,7 +122,7 @@ namespace gr {
       sync_bloc(....),
       d_a(a), d_b(b)
     { }
-    
+
     foo_impl::~foo_impl()
     { }
 
@@ -215,9 +215,9 @@ gets. These take the form:
   rpcbasic_register_get(const std::string& name,
 			const char* functionbase,
                         T* obj,
-			Tfrom (T::*function)(), 
+			Tfrom (T::*function)(),
 			const pmt::pmt_t &min, const pmt::pmt_t &max, const pmt::pmt_t &def,
-			const char* units_ = "", 
+			const char* units_ = "",
 			const char* desc_ = "",
 			priv_lvl_t minpriv_ = RPC_PRIVLVL_MIN,
 			DisplayType display_ = DISPNULL)
@@ -225,9 +225,9 @@ gets. These take the form:
   rpcbasic_register_set(const std::string& name,
 			const char* functionbase,
                         T* obj,
-			void (T::*function)(Tto), 
+			void (T::*function)(Tto),
 			const pmt::pmt_t &min, const pmt::pmt_t &max, const pmt::pmt_t &def,
-			const char* units_ = "", 
+			const char* units_ = "",
 			const char* desc_ = "",
 			priv_lvl_t minpriv_ = RPC_PRIVLVL_MIN,
 			DisplayType display_ = DISPNULL)
-- 
cgit v1.2.3