diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-03-23 14:32:21 -0700 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-03-23 14:32:21 -0700 |
commit | ce73dafb67491bc785ade42c0eb4e84cc1a273ac (patch) | |
tree | 91d3d6c9c1406acd1d7fca9991d4b7f29ac8f5fb /gr-vocoder/doc/vocoder.dox | |
parent | f042e44d18c481e7e2ca37895afbd6ecf42061a3 (diff) |
docs: fixed labels and references in manual.
Doxygen is getting more strict with having labels for every section,
and warns when there are section name collisions. This prefixes all
section and subsection labels with the component to make them all
unique.
Diffstat (limited to 'gr-vocoder/doc/vocoder.dox')
-rw-r--r-- | gr-vocoder/doc/vocoder.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-vocoder/doc/vocoder.dox b/gr-vocoder/doc/vocoder.dox index e3be774564..214d652a8b 100644 --- a/gr-vocoder/doc/vocoder.dox +++ b/gr-vocoder/doc/vocoder.dox @@ -1,6 +1,6 @@ /*! \page page_vocoder Voice Coders and Decoders (Vocoders) -\section Introduction +\section vocoder_introduction Introduction This is the gr-vocoder package. It contains all available vocoders in GNU Radio. The Python namespaces is in gnuradio.vocoder, which would be @@ -20,7 +20,7 @@ by using: help(vocoder) \endcode -\section using_vocoders Using the vocoders +\section vocoders_using 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 |