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-fec | |
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-fec')
-rw-r--r-- | gr-fec/doc/fec.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fec/doc/fec.dox b/gr-fec/doc/fec.dox index 7fbbdda6e3..5a3d12d14e 100644 --- a/gr-fec/doc/fec.dox +++ b/gr-fec/doc/fec.dox @@ -1,6 +1,6 @@ /*! \page page_fec Forward Error Correction -\section Introduction +\section fec_introductionIntroduction This is the gr-fec package. It contains all of the forward error correction (FEC) blocks, utilities, and examples. To use the FEC |