Tell gtk-doc to ignore private headers

Tell gtk-doc to ignore new private headers as well, otherwise
it complains about undocumented symbols in them.
This commit is contained in:
Matthias Clasen 2015-06-20 10:47:18 -04:00
parent d642ae78fc
commit 8bd9604fe6

View File

@ -129,6 +129,7 @@ IGNORE_HFILES = \
gtkmountoperationprivate.h \ gtkmountoperationprivate.h \
gtkorientableprivate.h \ gtkorientableprivate.h \
gtkpixelcacheprivate.h \ gtkpixelcacheprivate.h \
gtkplacessidebarprivate.h \
gtkpopoverprivate.h \ gtkpopoverprivate.h \
gtkprinter-private.h \ gtkprinter-private.h \
gtkprintoperation-private.h \ gtkprintoperation-private.h \
@ -144,6 +145,7 @@ IGNORE_HFILES = \
gtksearchentryprivate.h \ gtksearchentryprivate.h \
gtkselectionprivate.h \ gtkselectionprivate.h \
gtksettingsprivate.h \ gtksettingsprivate.h \
gtksidebarrowprivate.h \
gtksizegroup-private.h \ gtksizegroup-private.h \
gtksizerequestcacheprivate.h \ gtksizerequestcacheprivate.h \
gtksocketprivate.h \ gtksocketprivate.h \