diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-31 12:30:45 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-04-01 16:24:29 -0700 |
commit | 65bfb22a597854a6ffc7f249a720d11d8b985c9d (patch) | |
tree | f73d1a08fe9891551b3db808614014a372b2fbc9 /docs/doxygen/Doxyfile.swig_doc.in | |
parent | 4cbe59fb5a8d33882beb1ad09e5ba9f7153bf7d6 (diff) |
docs: Cleaning up Doxygen files for new structure.
No longer reads files from lib directories, so doesn't populate docs with _impl classes.
Diffstat (limited to 'docs/doxygen/Doxyfile.swig_doc.in')
-rw-r--r-- | docs/doxygen/Doxyfile.swig_doc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/Doxyfile.swig_doc.in b/docs/doxygen/Doxyfile.swig_doc.in index 8f6182ca83..c1423b30c2 100644 --- a/docs/doxygen/Doxyfile.swig_doc.in +++ b/docs/doxygen/Doxyfile.swig_doc.in @@ -591,7 +591,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 = @CMAKE_SOURCE_DIR@/gr-qtgui/lib +EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded |