]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add src/modules/rlm_ocsp/oscp.c to EXCLUDE (#4922)
authorJames Jones <jejones3141@gmail.com>
Thu, 9 Mar 2023 20:33:00 +0000 (14:33 -0600)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 20:33:00 +0000 (15:33 -0500)
That file currently isn't compiled, so there's no point in
having it in doxygen generated documentation.

doc/doxygen/Doxyfile

index e3082f3e9393930ef7dcafde047888f6ad97241b..7d7d152d504af9b52a85e69e63a5a79f65fd84b7 100644 (file)
@@ -878,7 +878,7 @@ RECURSIVE              = YES
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                =
+EXCLUDE                = ../../src/modules/rlm_ocsp/ocsp.c
 
 # 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