From ed97250caa349231642d35cc84074b3bd4e89ba4 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 22 Oct 2021 11:07:52 +0200 Subject: Create (empty) out of tree gnuradio module fading_ui with block rx_ui_sink --- src/gr-fading_ui/docs/doxygen/other/group_defs.dox | 7 +++++++ src/gr-fading_ui/docs/doxygen/other/main_page.dox | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/gr-fading_ui/docs/doxygen/other/group_defs.dox create mode 100644 src/gr-fading_ui/docs/doxygen/other/main_page.dox (limited to 'src/gr-fading_ui/docs/doxygen/other') diff --git a/src/gr-fading_ui/docs/doxygen/other/group_defs.dox b/src/gr-fading_ui/docs/doxygen/other/group_defs.dox new file mode 100644 index 0000000..c768904 --- /dev/null +++ b/src/gr-fading_ui/docs/doxygen/other/group_defs.dox @@ -0,0 +1,7 @@ +/*! + * \defgroup block GNU Radio FADING_UI C++ Signal Processing Blocks + * \brief All C++ blocks that can be used from the FADING_UI GNU Radio + * module are listed here or in the subcategories below. + * + */ + diff --git a/src/gr-fading_ui/docs/doxygen/other/main_page.dox b/src/gr-fading_ui/docs/doxygen/other/main_page.dox new file mode 100644 index 0000000..a1b6503 --- /dev/null +++ b/src/gr-fading_ui/docs/doxygen/other/main_page.dox @@ -0,0 +1,10 @@ +/*! \mainpage + +Welcome to the GNU Radio FADING_UI Block + +This is the intro page for the Doxygen manual generated for the FADING_UI +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.1