From 7326c33eb14c5c7943ae01a625d8405025b93ff4 Mon Sep 17 00:00:00 2001 From: Derek Kozel Date: Mon, 26 Mar 2018 14:53:47 +0100 Subject: Docs: Hide dependencies directory from Doxygen --- host/docs/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3