From fd4bb1364d1421fb14b64bd826db5ee1d269de0b Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 22 May 2020 11:49:33 -0400 Subject: [PATCH] Update doxygen exclusions --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 21e213b32e..a0c13539f5 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -864,7 +864,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = packages src/Tgstation.Server.Host/webroot src/Tgstation.Server.Host/ClientApp/node_modules src/Tgstation.Server.Host/ClientApp/build +EXCLUDE = src/Tgstation.Server.Host/webroot src/Tgstation.Server.Host/ClientApp/node_modules src/Tgstation.Server.Host/ClientApp/build tests tools # 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