diff options
Diffstat (limited to 'gr-howto-write-a-block/docs/doxygen/other')
-rw-r--r-- | gr-howto-write-a-block/docs/doxygen/other/group_defs.dox | 7 | ||||
-rw-r--r-- | gr-howto-write-a-block/docs/doxygen/other/main_page.dox | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/gr-howto-write-a-block/docs/doxygen/other/group_defs.dox b/gr-howto-write-a-block/docs/doxygen/other/group_defs.dox new file mode 100644 index 000000000..ac40c0960 --- /dev/null +++ b/gr-howto-write-a-block/docs/doxygen/other/group_defs.dox @@ -0,0 +1,7 @@ +/*! + * \defgroup block GNU Radio HOWTO C++ Signal Processing Blocks + * \brief All C++ blocks that can be used from the HOWTO GNU Radio + * module are listed here or in the subcategories below. + * + */ + diff --git a/gr-howto-write-a-block/docs/doxygen/other/main_page.dox b/gr-howto-write-a-block/docs/doxygen/other/main_page.dox new file mode 100644 index 000000000..635704491 --- /dev/null +++ b/gr-howto-write-a-block/docs/doxygen/other/main_page.dox @@ -0,0 +1,10 @@ +/*! \mainpage + +Welcome to the GNU Radio HOWTO Block + +This is the intro page for the Doxygen manual generated for the HOWTO +block (docs/doxygen/other/main_page.dox). Edit it to add more detailed +documentation about the new GNU Radio modules contained in this +project. + +*/ |