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-fft | |
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-fft')
-rw-r--r-- | gr-fft/doc/fft.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fft/doc/fft.dox b/gr-fft/doc/fft.dox index 5bf612d84e..9ddf30d389 100644 --- a/gr-fft/doc/fft.dox +++ b/gr-fft/doc/fft.dox @@ -1,6 +1,6 @@ /*! \page page_fft FFT Signal Processing Blocks -\section Introduction +\section fft_introduction Introduction This is the gr-fft package. It contains signal processing blocks to perform FFTs and FFT-related functionality. @@ -20,7 +20,7 @@ after importing by using: help(fft) \endcode -\section Dependencies +\section fft_dependencies Dependencies The FFT blocks require the following dependencies. |