diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-08-12 17:38:01 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-08-12 17:38:01 -0700 |
commit | 13acda91b51d7e053e38a1f5f7d7864d85622e83 (patch) | |
tree | b08730e1b2dbe129b6d8e9839ccf21f3acca538f /host/docs/Doxyfile.in | |
parent | 108c5385cabf17c64fe8b7b7a36d9b8ea4d1e73a (diff) | |
download | uhd-13acda91b51d7e053e38a1f5f7d7864d85622e83.tar.gz uhd-13acda91b51d7e053e38a1f5f7d7864d85622e83.tar.bz2 uhd-13acda91b51d7e053e38a1f5f7d7864d85622e83.zip |
doxygen: Exclude RFNoC includes if ENABLE_RFNOC is off
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 |