From c63be3aab3df6fbfedccbf7144531dbe342c57f3 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Tue, 26 May 2026 23:21:59 +0800 Subject: [PATCH] docs: exclude test/ from CodeDocs API reference Keeps unit tests and vendored googletest out of the public API docs on codedocs.xyz. Fixes #1341 --- .codedocs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codedocs b/.codedocs index aa4829199..8f6a8f2de 100644 --- a/.codedocs +++ b/.codedocs @@ -8,7 +8,7 @@ EXAMPLE_PATH = # One or more directories and files to exclude from documentation generation. # Use relative paths with respect to the repository root directory. -EXCLUDE = test/googletest-1.16.0/ +EXCLUDE = test/ # One or more wildcard patterns to exclude files and directories from document # generation.