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-digital/doc/digital.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-digital/doc/digital.dox')
-rw-r--r-- | gr-digital/doc/digital.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/doc/digital.dox b/gr-digital/doc/digital.dox index 5f2b3bb2fb..08e63008b3 100644 --- a/gr-digital/doc/digital.dox +++ b/gr-digital/doc/digital.dox @@ -1,6 +1,6 @@ /*! \page page_digital Digital Modulation -\section Introduction +\section digtial_introduction Introduction This is the gr-digital package. It contains all of the digital modulation blocks, utilities, and examples. To use the digital blocks, the Python namespaces is in gnuradio.digital, which would be normally @@ -108,7 +108,7 @@ symbols. Each is Gray coded, but for a specific Gray coding that is hard-coded into the class. -\subsection grc_constellations Constellation Objects in GRC +\subsection digital_grc_constellations Constellation Objects in GRC GRC provides two constellation representations that we can use to more easily define and interact with constellation objects. These are |