diff options
author | Tom Rondeau <trondeau@vt.edu> | 2010-11-21 18:24:02 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2010-11-21 18:24:02 -0500 |
commit | a9777449322e6784f4e67c47d8300cef8d87dbc6 (patch) | |
tree | b79e82a53aad1c866a2806166a5b22d5d1e2c10b /docs/doxygen/Doxyfile.in | |
parent | be71cffac7e1a90a1fdccdeab8bcf3697fd9ca9c (diff) | |
parent | d74eacddbb8875479fef1d9ca75f36fca78df792 (diff) |
Merge branch 'next' into tagging
Diffstat (limited to 'docs/doxygen/Doxyfile.in')
-rw-r--r-- | docs/doxygen/Doxyfile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in index 243fa00bfd..f12dd61b76 100644 --- a/docs/doxygen/Doxyfile.in +++ b/docs/doxygen/Doxyfile.in @@ -587,7 +587,7 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \ @abs_top_builddir@/docs/doxygen/xml-swig \ @abs_top_builddir@/docs/doxygen/other/doxypy.py \ @abs_top_builddir@/dtools \ - @abs_top_builddir@/gcell/ibm \ + @abs_top_srcdir@/gcell/ibm \ @abs_top_builddir@/gnuradio-core/src/lib/bug_work_around_6.cc \ @abs_top_builddir@/gnuradio-core/src/lib/filter/assembly.h \ @abs_top_builddir@/gnuradio-core/src/lib/filter/generate_all.py \ @@ -666,7 +666,9 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \ @abs_top_builddir@/usrp/host/misc \ @abs_top_builddir@/usrp/host/swig \ @abs_top_builddir@/usrp2/firmware \ - @abs_top_builddir@/usrp2/fpga + @abs_top_srcdir@/usrp2/firmware \ + @abs_top_builddir@/usrp2/fpga \ + @abs_top_srcdir@/usrp2/fpga # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded |