aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-04-14 21:14:07 +0200
committerSylvain Munaut <tnt@246tNt.com>2012-04-18 22:19:14 +0200
commitab13571d7ce4a9795972ada914edbfacb8d74687 (patch)
tree9b179698eac3c325a58526580e56dbca1e6f3c13 /Doxyfile.in
parentdd339d41e1b1e1320aaf7c87bfde5914d0405572 (diff)
Rename to libosmosdr to libosmodsp to avoid conflict with the SDR hw
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 6e7f682..b6d544c 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = libosmosdr
+PROJECT_NAME = libosmodsp
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -37,7 +37,7 @@ PROJECT_NUMBER = @VERSION@
# for a project that appears at the top of each page and should give viewer
# a quick idea about the purpose of the project. Keep the description short.
-PROJECT_BRIEF = "Osmocom SDR library"
+PROJECT_BRIEF = "Osmocom DSP library"
# With the PROJECT_LOGO tag one can specify an logo or icon that is
# included in the documentation. The maximum height of the logo should not
@@ -610,7 +610,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include/osmocom/sdr src
+INPUT = include/osmocom/dsp src
# 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