diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2016-10-24 10:25:05 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-05-26 16:01:37 -0700 |
commit | 06ff34eaa9e147b11d2698308fa91a5260fee2d2 (patch) | |
tree | 6507be45db63761a39ecbb8f42956196f07acf2a /tools/gr-usrptest/docs/doxygen/other | |
parent | 91dff1fbdd5bf7c1afd83182ddce43ed2bec63da (diff) | |
download | uhd-06ff34eaa9e147b11d2698308fa91a5260fee2d2.tar.gz uhd-06ff34eaa9e147b11d2698308fa91a5260fee2d2.tar.bz2 uhd-06ff34eaa9e147b11d2698308fa91a5260fee2d2.zip |
gr-usrptest: init OOT
Diffstat (limited to 'tools/gr-usrptest/docs/doxygen/other')
-rw-r--r-- | tools/gr-usrptest/docs/doxygen/other/group_defs.dox | 7 | ||||
-rw-r--r-- | tools/gr-usrptest/docs/doxygen/other/main_page.dox | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/tools/gr-usrptest/docs/doxygen/other/group_defs.dox b/tools/gr-usrptest/docs/doxygen/other/group_defs.dox new file mode 100644 index 000000000..745fc6679 --- /dev/null +++ b/tools/gr-usrptest/docs/doxygen/other/group_defs.dox @@ -0,0 +1,7 @@ +/*! + * \defgroup block GNU Radio USRPTEST C++ Signal Processing Blocks + * \brief All C++ blocks that can be used from the USRPTEST GNU Radio + * module are listed here or in the subcategories below. + * + */ + diff --git a/tools/gr-usrptest/docs/doxygen/other/main_page.dox b/tools/gr-usrptest/docs/doxygen/other/main_page.dox new file mode 100644 index 000000000..2ae0bef14 --- /dev/null +++ b/tools/gr-usrptest/docs/doxygen/other/main_page.dox @@ -0,0 +1,10 @@ +/*! \mainpage + +Welcome to the GNU Radio USRPTEST Block + +This is the intro page for the Doxygen manual generated for the USRPTEST +block (docs/doxygen/other/main_page.dox). Edit it to add more detailed +documentation about the new GNU Radio modules contained in this +project. + +*/ |