diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-12 17:54:17 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-12 17:54:17 -0700 |
commit | 17a5d711151c98c3f9cf24d33fd7c9f092bc2796 (patch) | |
tree | 65bb8b0d2258539bcdb8dea4f03ba023ad41cc88 /host/docs/Doxyfile.in | |
parent | 85a88b58bab7c03c59991e38b83a7d50a46cf498 (diff) | |
parent | 73ea894be3f234c63399076148cf4f1f018ea9e2 (diff) | |
download | uhd-17a5d711151c98c3f9cf24d33fd7c9f092bc2796.tar.gz uhd-17a5d711151c98c3f9cf24d33fd7c9f092bc2796.tar.bz2 uhd-17a5d711151c98c3f9cf24d33fd7c9f092bc2796.zip |
Merge branch 'maint'
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r-- | host/docs/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index 1533f7edc..556f2f4b1 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -687,7 +687,7 @@ RECURSIVE = YES # run. EXCLUDE = @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio \ - @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio_zero_copy.hpp + @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio_zero_copy.hpp @DOXYGEN_EXCLUDE_DIRS@ # 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 |