diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-03-27 13:27:13 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-03-27 13:27:13 -0700 |
commit | 5b285598d367b936caf91b615e30e90af8af2a5d (patch) | |
tree | 0b77dffbe3f476b3db4de50336696b4a66656875 | |
parent | a393ec83a7b0a7d285941cf3484c4cc24efe5329 (diff) | |
parent | a712b026a806cd1c106d62fd9278536fcc0a8b62 (diff) | |
download | uhd-5b285598d367b936caf91b615e30e90af8af2a5d.tar.gz uhd-5b285598d367b936caf91b615e30e90af8af2a5d.tar.bz2 uhd-5b285598d367b936caf91b615e30e90af8af2a5d.zip |
Merge branch 'maint'
-rw-r--r-- | host/docs/Doxyfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index 6d38a9a79..b0490c5c0 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -686,7 +686,8 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio \ + @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio_zero_copy.hpp # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded |