summaryrefslogtreecommitdiff
path: root/usrp
diff options
context:
space:
mode:
authorjcorgan2006-08-13 01:45:54 +0000
committerjcorgan2006-08-13 01:45:54 +0000
commit9dfda74b6c7897aff0c3d0b527f93926c0d72c2b (patch)
treea51051322c8eac854df97fa4dce62c692ebf998a /usrp
parent25ef3e6c556d8f45f7519d22f5f0bccac21b93be (diff)
downloadgnuradio-9dfda74b6c7897aff0c3d0b527f93926c0d72c2b.tar.gz
gnuradio-9dfda74b6c7897aff0c3d0b527f93926c0d72c2b.tar.bz2
gnuradio-9dfda74b6c7897aff0c3d0b527f93926c0d72c2b.zip
Fixes ticket:8.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3267 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp')
-rw-r--r--usrp/doc/Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/usrp/doc/Doxyfile.in b/usrp/doc/Doxyfile.in
index e0533e593..b067838c8 100644
--- a/usrp/doc/Doxyfile.in
+++ b/usrp/doc/Doxyfile.in
@@ -437,8 +437,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @top_srcdir@/host \
- @top_srcdir@/doc/other
+INPUT = @top_srcdir@/usrp/host \
+ @top_srcdir@/usrp/doc/other
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -462,7 +462,7 @@ RECURSIVE = YES
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = CVS \
- @top_srcdir@/host/swig
+ @top_srcdir@/usrp/host/swig
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories
# that are symbolic links (a Unix filesystem feature) are excluded from the input.