[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 11/57: docs: doxygen mangles sections named
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 11/57: docs: doxygen mangles sections named with the same reference name. ControlPort and Vocoder both used 'using' - renamed for each. |
Date: |
Wed, 21 May 2014 03:10:25 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit 74a4b423a3f62eac39b56c430502c8d4b2929c97
Author: Tom Rondeau <address@hidden>
Date: Mon Apr 21 18:34:24 2014 -0400
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 ++++++------
gr-vocoder/doc/vocoder.dox | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/doxygen/other/ctrlport.dox b/docs/doxygen/other/ctrlport.dox
index 9679036..a1ffcad 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)
diff --git a/gr-vocoder/doc/vocoder.dox b/gr-vocoder/doc/vocoder.dox
index 0e12566..e3be774 100644
--- a/gr-vocoder/doc/vocoder.dox
+++ b/gr-vocoder/doc/vocoder.dox
@@ -20,7 +20,7 @@ by using:
help(vocoder)
\endcode
-\section using Using the vocoders
+\section using_vocoders Using the vocoders
Note that most vocoders use short inputs instead of floats. This means you
must convert audio signals from float to short by using a type conversion
- [Commit-gnuradio] [gnuradio] branch master updated (cb0bc7f -> 4750647), git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 01/57: cmake and build: fixes for cross-compiling to enable ControlPort with ICE., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 06/57: Bring codec2 up to the latest version, and add support for all six bit rates., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 12/57: qtgui: removing unused NumberDisplayPlot; the number sink doesn't have a canvas like the other plotters do and so doesn't require this., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 04/57: controlport: allows reset_perf_counters to be called over controlport; gr-perf-monitorx has button to call this., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 07/57: vocoder: add default mode parameter and updated documentation, git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 10/57: controlport: in gr-perf-monitorx, if all work times returned are 0, avoid a divide-by-zero fault., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 11/57: docs: doxygen mangles sections named with the same reference name. ControlPort and Vocoder both used 'using' - renamed for each.,
git <=
- [Commit-gnuradio] [gnuradio] 13/57: volk: adding a rate 1/2, K=7 convolutional decoder volk kernel., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 14/57: block interleave/deinterleave with statefull deinterleave, git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 03/57: controlport: adding a 'toggle' interface for ControlPort., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 20/57: digital: correlate_access_code_tag d_mask was set improperly when access code len = 64., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 09/57: documentation - fix example in case anyone gets confused, git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 08/57: Corrected codec2 encoder documentation., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 15/57: tests for block mode, git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 19/57: volk: missing updates for volk qa and profile from last checkin., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 25/57: fec: encoder now outputs bytes to make it more easily integratable with modulators., git, 2014/05/20
- [Commit-gnuradio] [gnuradio] 21/57: fec: improved fecapi stuff., git, 2014/05/20