diff options
author | Nao Pross <np@0hm.ch> | 2021-11-12 20:16:59 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-11-12 20:16:59 +0100 |
commit | 96123552f8c037d683aa669c7c47ad2ebc9b1955 (patch) | |
tree | 81384d5c71fc6f5968458f6164e0038905f1c85f /src/gr-fadingui/docs/doxygen/other | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | Fading-96123552f8c037d683aa669c7c47ad2ebc9b1955.tar.gz Fading-96123552f8c037d683aa669c7c47ad2ebc9b1955.zip |
Create (a new) OOT
Diffstat (limited to 'src/gr-fadingui/docs/doxygen/other')
-rw-r--r-- | src/gr-fadingui/docs/doxygen/other/group_defs.dox | 7 | ||||
-rw-r--r-- | src/gr-fadingui/docs/doxygen/other/main_page.dox | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/src/gr-fadingui/docs/doxygen/other/group_defs.dox b/src/gr-fadingui/docs/doxygen/other/group_defs.dox new file mode 100644 index 0000000..9daa1e2 --- /dev/null +++ b/src/gr-fadingui/docs/doxygen/other/group_defs.dox @@ -0,0 +1,7 @@ +/*! + * \defgroup block GNU Radio FADINGUI C++ Signal Processing Blocks + * \brief All C++ blocks that can be used from the FADINGUI GNU Radio + * module are listed here or in the subcategories below. + * + */ + diff --git a/src/gr-fadingui/docs/doxygen/other/main_page.dox b/src/gr-fadingui/docs/doxygen/other/main_page.dox new file mode 100644 index 0000000..caddb28 --- /dev/null +++ b/src/gr-fadingui/docs/doxygen/other/main_page.dox @@ -0,0 +1,10 @@ +/*! \mainpage + +Welcome to the GNU Radio FADINGUI Block + +This is the intro page for the Doxygen manual generated for the FADINGUI +block (docs/doxygen/other/main_page.dox). Edit it to add more detailed +documentation about the new GNU Radio modules contained in this +project. + +*/ |