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-blocks/doc/blocks.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-blocks/doc/blocks.dox')
-rw-r--r-- | gr-blocks/doc/blocks.dox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-blocks/doc/blocks.dox b/gr-blocks/doc/blocks.dox index 94b4a8e002..fb7d3e67ab 100644 --- a/gr-blocks/doc/blocks.dox +++ b/gr-blocks/doc/blocks.dox @@ -1,6 +1,7 @@ /*! \page page_blocks Standard GNU Radio Blocks -\section Introduction +\section blocks_introduction Introduction + This is the gr-blocks package. It contains many of the generic, standard, or simple blocks used for many aspects of building GNU Radio flowgraphs. To use these blocks, the Python module is |