diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-17 18:52:05 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-17 18:52:05 -0800 |
commit | 75f3bce02ed8ec7e7be27dc6a397be92cb663ce6 (patch) | |
tree | cdebaf283b829c7da6d49c810131cb2d4e678c32 /docs | |
parent | 6758e7a016eaaa237c2da6e7fb5d5508c9d60bb6 (diff) |
Keep doxygen 1.7.1 from crashing.
Diffstat (limited to 'docs')
-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 |