aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Corgan <nick.corgan@ettus.com>2015-03-24 12:53:13 -0700
committerMartin Braun <martin.braun@ettus.com>2015-03-24 13:10:51 -0700
commita712b026a806cd1c106d62fd9278536fcc0a8b62 (patch)
tree7e8bdac2055d18e0d5b4c28e7b749f3af9aeda7f
parent30fbd1f1fe6b589243526bb9cdc1c396e2f81a05 (diff)
downloaduhd-a712b026a806cd1c106d62fd9278536fcc0a8b62.tar.gz
uhd-a712b026a806cd1c106d62fd9278536fcc0a8b62.tar.bz2
uhd-a712b026a806cd1c106d62fd9278536fcc0a8b62.zip
doxygen: ignore NI-RIO files
-rw-r--r--host/docs/Doxyfile.in3
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