diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-25 18:15:46 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-25 18:16:12 +0200 |
| commit | 85315ee598a37688298cc462727f09c557967d5d (patch) | |
| tree | 73b0a29a601baa3d0a78d091a890ae6ee32f3704 | |
| parent | e52a358e8538151423a52b71ed5cca1f0fe1b15b (diff) | |
Prevent "The GTK protocol" from being included in the FLTK documentation
| -rw-r--r-- | documentation/Doxyfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index 56df6bdcd..424b44d66 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 |
