From 7f98f79bd79ba03a2801247ab2593be3a447496e Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 2 Sep 2019 08:31:14 +0200 Subject: [PATCH] exclude QgsGraduatedSymbolRenderer::Mode from API docs --- cmake_templates/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_templates/Doxyfile.in b/cmake_templates/Doxyfile.in index 63b467e9cfa..628de9a533c 100644 --- a/cmake_templates/Doxyfile.in +++ b/cmake_templates/Doxyfile.in @@ -851,7 +851,7 @@ EXCLUDE_PATTERNS = moc_* \ # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories use the pattern */test/* -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = "QgsGraduatedSymbolRenderer::Mode" # The EXAMPLE_PATH tag can be used to specify one or more files or directories # that contain example code fragments that are included (see the \include