summaryrefslogtreecommitdiff
path: root/docs/doxygen/Doxyfile.in
diff options
context:
space:
mode:
authorTom Rondeau2013-02-19 10:24:20 -0500
committerTom Rondeau2013-02-19 10:51:45 -0500
commitc6ef84436f6be534375d1b6ecfa08f565ff73cab (patch)
tree39057b32a43758bc4e84fb8d04fe626643ef1f15 /docs/doxygen/Doxyfile.in
parentf1ae6c5c801c4dd6e4ad05790aa1d9567f4533da (diff)
downloadgnuradio-c6ef84436f6be534375d1b6ecfa08f565ff73cab.tar.gz
gnuradio-c6ef84436f6be534375d1b6ecfa08f565ff73cab.tar.bz2
gnuradio-c6ef84436f6be534375d1b6ecfa08f565ff73cab.zip
docs: adding an exclude rule for gr-modtool to avoid conflicts.
Diffstat (limited to 'docs/doxygen/Doxyfile.in')
-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 78a7a5d16..86cf2fc96 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -633,7 +633,8 @@ EXCLUDE = @abs_top_builddir@/docs/doxygen/html \
@abs_top_builddir@/_CPack_Packages \
@abs_top_srcdir@/cmake \
@abs_top_srcdir@/gr-qtgui/lib \
- @abs_top_srcdir@/gr-howto-write-a-block
+ @abs_top_srcdir@/gr-howto-write-a-block \
+ @abs_top_srcdir@/gr-utils/python/modtool/gr-newmod
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded