FLTK logo

[master] 85315ee - Prevent "The GTK protocol" from being included in the FLTK documentation

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 85315ee - Prevent "The GTK protocol" from being included in the FLTK documentation "ManoloFLTK" 09:17 Apr 25  
 
commit 85315ee598a37688298cc462727f09c557967d5d
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Thu Apr 25 18:15:46 2024 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Thu Apr 25 18:16:12 2024 +0200

    Prevent "The GTK protocol" from being included in the FLTK documentation

 documentation/Doxyfile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git documentation/Doxyfile.in documentation/Doxyfile.in
index 56df6bd..424b44d 100644
--- documentation/Doxyfile.in
+++ 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
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.