diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 21:58:40 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-09 21:58:40 -0400 |
commit | 79b68aa7f9f67a3ce2f48582bc062e8c5cba2413 (patch) | |
tree | f3b3745af48e52aeee445f6efec307865dc821dd /docs | |
parent | 7ba45cf3452123a4c08a4aa535da76b793d2eaf2 (diff) |
docs: adding doc directory, Doxygen page, and README for audio package.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doxygen/other/group_defs.dox | 1 | ||||
-rw-r--r-- | docs/doxygen/other/main_page.dox | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox index 4dfc842fe8..646df68557 100644 --- a/docs/doxygen/other/group_defs.dox +++ b/docs/doxygen/other/group_defs.dox @@ -30,6 +30,7 @@ /*! \defgroup digital Digital Modulation Blocks */ /*! \defgroup qtgui_blk QT Graphical Interfaces */ /*! \defgroup uhd_blk UHD Interface */ +/*! \defgroup audio_blk Audio Interface */ /*! * \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 1d9c0f9724..f8d0dcf73b 100644 --- a/docs/doxygen/other/main_page.dox +++ b/docs/doxygen/other/main_page.dox @@ -10,9 +10,10 @@ parts written in Python (mostly hierarchical blocks). Until this gets worked out, please bear with us, or better yet, solve it for us! More details on packages in GNU Radio: +\li \ref page_audio \li \ref page_digital -\li \ref page_vocoder \li \ref page_qtgui \li \ref page_uhd +\li \ref page_vocoder */ |