diff options
| -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  | 
