diff options
author | Tom Rondeau | 2013-02-19 10:24:20 -0500 |
---|---|---|
committer | Tom Rondeau | 2013-02-19 10:51:45 -0500 |
commit | c6ef84436f6be534375d1b6ecfa08f565ff73cab (patch) | |
tree | 39057b32a43758bc4e84fb8d04fe626643ef1f15 /docs/doxygen/Doxyfile.in | |
parent | f1ae6c5c801c4dd6e4ad05790aa1d9567f4533da (diff) | |
download | gnuradio-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.in | 3 |
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 |