diff options
author | Derek Kozel <derek.kozel@ettus.com> | 2018-03-26 14:53:47 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-03-26 10:21:21 -0700 |
commit | 7326c33eb14c5c7943ae01a625d8405025b93ff4 (patch) | |
tree | 163c674ff4876e772f3ff73483edae36394a1027 | |
parent | 97cb4902bfe92c2bc26afe1c5dd76cb555e38983 (diff) | |
download | uhd-7326c33eb14c5c7943ae01a625d8405025b93ff4.tar.gz uhd-7326c33eb14c5c7943ae01a625d8405025b93ff4.tar.bz2 uhd-7326c33eb14c5c7943ae01a625d8405025b93ff4.zip |
Docs: Hide dependencies directory from Doxygen
-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 556f2f4b1..009d02a3e 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -687,7 +687,8 @@ RECURSIVE = YES # run. EXCLUDE = @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio \ - @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio_zero_copy.hpp @DOXYGEN_EXCLUDE_DIRS@ + @CMAKE_SOURCE_DIR@/include/uhd/transport/nirio_zero_copy.hpp @DOXYGEN_EXCLUDE_DIRS@ \ + @CMAKE_SOURCE_DIR@/lib/deps # 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 |