aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doxygen/other
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-04-06 15:29:14 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-04-06 15:29:14 +0200
commit0efd28de6bc86c3e474cfad70d1e5889575224a7 (patch)
treed3d12127a6315f026505629bec961d32696271e6 /docs/doxygen/other
initial commit
Diffstat (limited to 'docs/doxygen/other')
-rw-r--r--docs/doxygen/other/group_defs.dox7
-rw-r--r--docs/doxygen/other/main_page.dox10
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
new file mode 100644
index 0000000..96eda94
--- /dev/null
+++ b/docs/doxygen/other/group_defs.dox
@@ -0,0 +1,7 @@
+/*!
+ * \defgroup block GNU Radio OsmoSDR C++ Signal Processing Blocks
+ * \brief All C++ blocks that can be used from the OsmoSDR GNU Radio
+ * module are listed here or in the subcategories below.
+ *
+ */
+
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
new file mode 100644
index 0000000..58376a0
--- /dev/null
+++ b/docs/doxygen/other/main_page.dox
@@ -0,0 +1,10 @@
+/*! \mainpage
+
+Welcome to the GNU Radio OsmoSDR Block
+
+This is the intro page for the Doxygen manual generated for the OsmoSDR
+block (docs/doxygen/other/main_page.dox). Edit it to add more detailed
+documentation about the new GNU Radio modules contained in this
+project.
+
+*/