From 065140e41745667fb687b7f5f4bc9740017e3656 Mon Sep 17 00:00:00 2001 From: Bader Date: Sun, 15 Oct 2023 11:50:04 +0100 Subject: [PATCH] update Doxyfile --- Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 23740014f..9bd2f8b06 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -867,7 +867,7 @@ EXCLUDE_SYMBOLS = # that contain example code fragments that are included (see the \include # command). -EXAMPLE_PATH = examples +EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and @@ -881,7 +881,7 @@ EXAMPLE_PATTERNS = * # irrespective of the value of the RECURSIVE tag. # The default value is: NO. -EXAMPLE_RECURSIVE = YES +EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or directories # that contain images that are to be included in the documentation (see the