summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 13:03:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 13:03:49 +0100
commitab8538385b8b2ac6edd70832400f60dbab335a55 (patch)
treea09b44f79b9d45cbc5a7e2cd3aaa2b0a0f9a656f /Doxyfile
parentnfsclient: Rework Doxygen groups (diff)
downloadrtems-ab8538385b8b2ac6edd70832400f60dbab335a55.tar.bz2
nfsclient: Remove from Doxygen output
The libnetworking is excluded from the Doxygen output. Exclude also the nfsclient source code, otherwise there are some orphaned Doxygen groups. Update #3706.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index ffb87fe89d..2ec11b7dc1 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -896,7 +896,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = cpukit/libnetworking
+EXCLUDE = cpukit/libnetworking cpukit/libfs/src/nfsclient
# 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