From ce73dafb67491bc785ade42c0eb4e84cc1a273ac Mon Sep 17 00:00:00 2001 From: Tom Rondeau <tom@trondeau.com> Date: Mon, 23 Mar 2015 14:32:21 -0700 Subject: 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. --- gr-digital/doc/digital.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gr-digital/doc/digital.dox') 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 -- cgit v1.2.3