From a772bc16753dda15b8257fd2001ff273e44ca014 Mon Sep 17 00:00:00 2001 From: andreas128 Date: Sun, 8 Jan 2017 16:55:05 +0000 Subject: Add block for realtime memoryless polynom dpd --- gr-dpd/docs/doxygen/other/group_defs.dox | 7 +++++++ gr-dpd/docs/doxygen/other/main_page.dox | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 gr-dpd/docs/doxygen/other/group_defs.dox create mode 100644 gr-dpd/docs/doxygen/other/main_page.dox (limited to 'gr-dpd/docs/doxygen/other') diff --git a/gr-dpd/docs/doxygen/other/group_defs.dox b/gr-dpd/docs/doxygen/other/group_defs.dox new file mode 100644 index 0000000..fe91d39 --- /dev/null +++ b/gr-dpd/docs/doxygen/other/group_defs.dox @@ -0,0 +1,7 @@ +/*! + * \defgroup block GNU Radio DPD C++ Signal Processing Blocks + * \brief All C++ blocks that can be used from the DPD GNU Radio + * module are listed here or in the subcategories below. + * + */ + diff --git a/gr-dpd/docs/doxygen/other/main_page.dox b/gr-dpd/docs/doxygen/other/main_page.dox new file mode 100644 index 0000000..5abba9b --- /dev/null +++ b/gr-dpd/docs/doxygen/other/main_page.dox @@ -0,0 +1,10 @@ +/*! \mainpage + +Welcome to the GNU Radio DPD Block + +This is the intro page for the Doxygen manual generated for the DPD +block (docs/doxygen/other/main_page.dox). Edit it to add more detailed +documentation about the new GNU Radio modules contained in this +project. + +*/ -- cgit v1.2.3