summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rondeau2011-10-24 18:33:05 -0400
committerTom Rondeau2011-10-24 18:33:05 -0400
commitd59f82bb5d88aa4899231b1a5189dcd64232eb57 (patch)
treef22d83a7d04033f7dd25015c880c8663b1e3d8fa
parentb94cdc40cadac5d9e074f9a8033584bd6a263a15 (diff)
downloadgnuradio-d59f82bb5d88aa4899231b1a5189dcd64232eb57.tar.gz
gnuradio-d59f82bb5d88aa4899231b1a5189dcd64232eb57.tar.bz2
gnuradio-d59f82bb5d88aa4899231b1a5189dcd64232eb57.zip
doc: removed gr-qtgui/lib from doxygen serach path so it does not include markup in internal (non-API) header files.
-rw-r--r--docs/doxygen/Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index a6b3c148f..8999a93f6 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -637,7 +637,8 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \
@abs_top_builddir@/gr-trellis/src/lib/trellis.py \
@abs_top_builddir@/gr-video-sdl/src/video_sdl.py \
@abs_top_builddir@/gr-wxgui/src/python \
- @abs_top_builddir@/grc
+ @abs_top_builddir@/grc \
+ @abs_top_srcdir@/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