summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-05-22 21:22:22 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2009-05-22 21:22:22 +0000
commit5a4b9ba9af590b2a269cb3e5872c85faa7c284d1 (patch)
tree2049863d006e7bf3265d16975f8a784ef7ad1407 /docs/doxygen
parentc6935bf1775ae73edf525376b79aeafc05f673b1 (diff)
Doc fixes.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/other/group_defs.dox18
-rw-r--r--docs/doxygen/other/main_page.dox7
2 files changed, 19 insertions, 6 deletions
diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
index 44f436393f..6f2e1ac7f4 100644
--- a/docs/doxygen/other/group_defs.dox
+++ b/docs/doxygen/other/group_defs.dox
@@ -16,12 +16,14 @@
/*! \defgroup modulation_blk Signal Modulation */
/*! \defgroup demodulation_blk Signal Demodulation */
/*! \defgroup coding_blk Information Coding and Decoding*/
-/*! \defgroup synch_blk Synchronization */
+/*! \defgroup sync_blk Synchronization */
/*! \defgroup eq_blk Equalization */
/*! \defgroup converter_blk Type Conversions */
/*! \defgroup level_blk Signal Level Control (AGC) */
/*! \defgroup dft_blk Fourier Transform */
/*! \defgroup wavelet_blk Wavelet Transform */
+/*! \defgroup ofdm_blk OFDM Blocks */
+/*! \defgroup pager_blk Pager Blocks */
/*! \defgroup misc_blk Miscellaneous Blocks */
/*! \defgroup slicedice_blk Slicing and Dicing Streams */
/*! \defgroup vocoder_blk Voice Encoders and Decoders */
@@ -59,13 +61,17 @@
* Pager Applications
*/
-/*!
- * \defgroup sounder Sounder
- * Channel Sounder
- */
-
/*! @} */
/*! \defgroup usrp USRP */
/*! \defgroup usrp2 USRP2 */
+
+/*!
+ * \defgroup gcell gcell: Cell Broadband Engine SPE Scheduler & RPC Mechanism
+ *
+ * For additional information please see the
+ * <a href="http://gnuradio.org/trac/wiki/Gcell">gcell wiki page</a>
+ * and <a href="http://comsec.com/papers/gcell-sdrf-2008.pdf">gcell-sdrf-2008.pdf</a>.
+ */
+
/*! \defgroup hardware Misc Hardware Control */
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 5c37905fa1..43fcbf67a4 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -2,4 +2,11 @@
Welcome to GNU Radio!
+For a list of all GNU Radio C++ blocks, please see <a href="modules.html">C++ Blocks</a>.
+
+Please note that at this time, we haven't found an acceptable way to
+provide unified documentation for the C++ parts of the system and the
+parts written in Python (mostly hierarchical blocks). Until this gets
+worked out, please bear with us, or better yet, solve it for us!
+
*/