diff options
author | Tom Rondeau | 2011-10-09 18:01:32 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-09 18:01:32 -0400 |
commit | a8824153f56cfd1d442422ede0f9cd2f4ee2231e (patch) | |
tree | 57ab1c981e9340dee4638e466999ae99351b13e5 /docs/doxygen/other | |
parent | b0acaef8de114d51920d8c7945481c5ca7b7d104 (diff) | |
download | gnuradio-a8824153f56cfd1d442422ede0f9cd2f4ee2231e.tar.gz gnuradio-a8824153f56cfd1d442422ede0f9cd2f4ee2231e.tar.bz2 gnuradio-a8824153f56cfd1d442422ede0f9cd2f4ee2231e.zip |
doc: adding qtgui Doxygen documentation page and a README file.
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r-- | docs/doxygen/other/group_defs.dox | 1 | ||||
-rw-r--r-- | docs/doxygen/other/main_page.dox | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox index e063957ba..27b2109dc 100644 --- a/docs/doxygen/other/group_defs.dox +++ b/docs/doxygen/other/group_defs.dox @@ -28,6 +28,7 @@ /*! \defgroup slicedice_blk Slicing and Dicing Streams */ /*! \defgroup vocoder_blk Voice Encoders and Decoders */ /*! \defgroup digital Digital Modulation Blocks */ +/*! \defgroup qtgui_blk QT Graphical Interfaces */ /*! * \defgroup base_blk Base classes for GR Blocks diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox index 0d2ce5d64..0abf934d5 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -12,5 +12,6 @@ worked out, please bear with us, or better yet, solve it for us! More details on packages in GNU Radio: \li \ref page_digital \li \ref page_vocoder +\li \ref page_qtgui */ |