From 85315ee598a37688298cc462727f09c557967d5d Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:15:46 +0200 Subject: [PATCH] Prevent "The GTK protocol" from being included in the FLTK documentation --- documentation/Doxyfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index 56df6bdcd7..424b44d66d 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -873,7 +873,8 @@ EXCLUDE_PATTERNS = */src/*_win32.cxx \ */src/*_mac.cxx \ */src/*_x.cxx \ */src/xdg* \ - */src/text-input* + */src/text-input* \ + */src/*-client-protocol.h # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the