summaryrefslogtreecommitdiff
path: root/gr-uhd
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2015-03-23 14:32:21 -0700
committerTom Rondeau <tom@trondeau.com>2015-03-23 14:32:21 -0700
commitce73dafb67491bc785ade42c0eb4e84cc1a273ac (patch)
tree91d3d6c9c1406acd1d7fca9991d4b7f29ac8f5fb /gr-uhd
parentf042e44d18c481e7e2ca37895afbd6ecf42061a3 (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-uhd')
-rw-r--r--gr-uhd/doc/uhd.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-uhd/doc/uhd.dox b/gr-uhd/doc/uhd.dox
index 2b7f308984..da6d9d45f5 100644
--- a/gr-uhd/doc/uhd.dox
+++ b/gr-uhd/doc/uhd.dox
@@ -1,6 +1,7 @@
/*! \page page_uhd UHD Interface
-\section Introduction
+\section uhd_introduction Introduction
+
This is the GNU Radio UHD package. It is the interface to the UHD
library to connect to and send and receive data between the Ettus
Research, LLC product line. To use the UHD blocks, the Python
@@ -78,7 +79,7 @@ Command name | Value Type | Description
`gain` | double | Sets the Tx or Rx gain (in dB). Defaults to all channels.
-\section Configuring a UHD object
+\section uhd_configuring Configuring a UHD object
A typical option parser setup for a UHD device looks like