diff options
author | Nao Pross <np@0hm.ch> | 2021-10-22 11:07:52 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-10-22 11:14:18 +0200 |
commit | ed97250caa349231642d35cc84074b3bd4e89ba4 (patch) | |
tree | 9cc6103896d0bd8a777a69e0e522efab3790a044 /src/gr-fading_ui/docs/doxygen/other | |
parent | Experiment with dearpygui, create a sketch of the UI on the RX side (diff) | |
download | Fading-ed97250caa349231642d35cc84074b3bd4e89ba4.tar.gz Fading-ed97250caa349231642d35cc84074b3bd4e89ba4.zip |
Create (empty) out of tree gnuradio module fading_ui with block rx_ui_sink
Diffstat (limited to 'src/gr-fading_ui/docs/doxygen/other')
-rw-r--r-- | src/gr-fading_ui/docs/doxygen/other/group_defs.dox | 7 | ||||
-rw-r--r-- | src/gr-fading_ui/docs/doxygen/other/main_page.dox | 10 |
2 files changed, 17 insertions, 0 deletions
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. + +*/ |