[rtems commit] nfsclient: Remove from Doxygen output

Sebastian Huber sebh at rtems.org
Wed Dec 2 12:05:23 UTC 2020


Module:    rtems
Branch:    master
Commit:    ab8538385b8b2ac6edd70832400f60dbab335a55
Changeset: http://git.rtems.org/rtems/commit/?id=ab8538385b8b2ac6edd70832400f60dbab335a55

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec  2 13:03:49 2020 +0100

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.

---

 Doxyfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doxyfile b/Doxyfile
index ffb87fe..2ec11b7 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



More information about the vc mailing list