aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/CMakeLists.txt14
-rw-r--r--docs/doxygen/Doxyfile.in8
-rw-r--r--docs/doxygen/Doxyfile.swig_doc.in2
-rw-r--r--docs/doxygen/other/group_defs.dox4
-rw-r--r--docs/doxygen/other/main_page.dox4
5 files changed, 19 insertions, 13 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index aa620b4..a50dbf8 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -1,23 +1,29 @@
# Copyright 2011 Free Software Foundation, Inc.
#
-# This file is part of gr-osmosdr
+# This file was generated by gr_modtool, a tool from the GNU Radio framework
+# This file is a part of gr-osmosdr
#
-# gr-osmosdr is free software; you can redistribute it and/or modify
+# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# gr-osmosdr is distributed in the hope that it will be useful,
+# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with gr-osmosdr; see the file COPYING. If not, write to
+# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
########################################################################
+# Setup dependencies
+########################################################################
+find_package(Doxygen)
+
+########################################################################
# Begin conditional configuration
########################################################################
if(ENABLE_DOXYGEN)
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index db80050..ab27c33 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8
# identify the project. Note that if you do not use Doxywizard you need
# to put quotes around the project name if it contains spaces.
-PROJECT_NAME = "GNU Radio's TEST Package"
+PROJECT_NAME = "GNU Radio's OSMOSDR Package"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -654,8 +654,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = "@top_srcdir@" \
- "@top_builddir@"
+INPUT = @top_srcdir@ \
+ @top_builddir@
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -790,7 +790,7 @@ INPUT_FILTER =
# info on how filters are used. If FILTER_PATTERNS is empty or if
# non of the patterns match the file name, INPUT_FILTER is applied.
-FILTER_PATTERNS = *.py="@top_srcdir@"/doc/doxygen/other/doxypy.py
+FILTER_PATTERNS = *.py=@top_srcdir@/doc/doxygen/other/doxypy.py
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will be used to filter the input files when producing source
diff --git a/docs/doxygen/Doxyfile.swig_doc.in b/docs/doxygen/Doxyfile.swig_doc.in
index cbe06d6..33bc2af 100644
--- a/docs/doxygen/Doxyfile.swig_doc.in
+++ b/docs/doxygen/Doxyfile.swig_doc.in
@@ -54,7 +54,7 @@ PROJECT_LOGO =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = "@OUTPUT_DIRECTORY@"
+OUTPUT_DIRECTORY = @OUTPUT_DIRECTORY@
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
diff --git a/docs/doxygen/other/group_defs.dox b/docs/doxygen/other/group_defs.dox
index 174edeb..03f00c0 100644
--- a/docs/doxygen/other/group_defs.dox
+++ b/docs/doxygen/other/group_defs.dox
@@ -1,6 +1,6 @@
/*!
- * \defgroup block GNU Radio TEST C++ Signal Processing Blocks
- * \brief All C++ blocks that can be used from the TEST GNU Radio
+ * \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
index 07b5bc2..55cd548 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -1,8 +1,8 @@
/*! \mainpage
-Welcome to the GNU Radio TEST Block
+Welcome to the GNU Radio OSMOSDR Block
-This is the intro page for the Doxygen manual generated for the TEST
+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.