diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-03-24 12:53:13 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-03-24 13:10:51 -0700 |
commit | a712b026a806cd1c106d62fd9278536fcc0a8b62 (patch) | |
tree | 7e8bdac2055d18e0d5b4c28e7b749f3af9aeda7f | |
parent | 30fbd1f1fe6b589243526bb9cdc1c396e2f81a05 (diff) | |
download | uhd-a712b026a806cd1c106d62fd9278536fcc0a8b62.tar.gz uhd-a712b026a806cd1c106d62fd9278536fcc0a8b62.tar.bz2 uhd-a712b026a806cd1c106d62fd9278536fcc0a8b62.zip |
doxygen: ignore NI-RIO files
-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 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 |