summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau2011-11-27 17:29:34 -0500
committerTom Rondeau2011-11-27 17:29:34 -0500
commit752fd7f932824fbee08df243da3e8af39473727f (patch)
tree316c7c8d6b8128c79d386d016a776859231dbaa8
parentb1b20afb9e864ab9109dab2f081af38f7f2b7ae7 (diff)
downloadgnuradio-752fd7f932824fbee08df243da3e8af39473727f.tar.gz
gnuradio-752fd7f932824fbee08df243da3e8af39473727f.tar.bz2
gnuradio-752fd7f932824fbee08df243da3e8af39473727f.zip
docs: fixing swig Doxygen file to ignore some files in qtgui.
-rw-r--r--docs/doxygen/Doxyfile.swig_doc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.swig_doc.in b/docs/doxygen/Doxyfile.swig_doc.in
index 50b8aa81d..94e14bda1 100644
--- a/docs/doxygen/Doxyfile.swig_doc.in
+++ b/docs/doxygen/Doxyfile.swig_doc.in
@@ -597,7 +597,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE =
+EXCLUDE = @CMAKE_SOURCE_DIR@/gr-qtgui/lib
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded