From: James Jones Date: Thu, 9 Mar 2023 20:33:00 +0000 (-0600) Subject: Add src/modules/rlm_ocsp/oscp.c to EXCLUDE (#4922) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f19c52725bcc0b8ba5bac0dd3d3c122a4496d67;p=thirdparty%2Ffreeradius-server.git Add src/modules/rlm_ocsp/oscp.c to EXCLUDE (#4922) That file currently isn't compiled, so there's no point in having it in doxygen generated documentation. --- diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index e3082f3e939..7d7d152d504 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -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