From: Matthias Clasen Date: Sat, 20 Jun 2015 14:47:18 +0000 (-0400) Subject: Tell gtk-doc to ignore private headers X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~9320 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8bd9604fe6afac5b3a9129fffe20984ffd22301a;p=gtk4.git 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. --- diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 7e7cd5aa74..fcb34b0bbe 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -129,6 +129,7 @@ IGNORE_HFILES = \ gtkmountoperationprivate.h \ gtkorientableprivate.h \ gtkpixelcacheprivate.h \ + gtkplacessidebarprivate.h \ gtkpopoverprivate.h \ gtkprinter-private.h \ gtkprintoperation-private.h \ @@ -144,6 +145,7 @@ IGNORE_HFILES = \ gtksearchentryprivate.h \ gtkselectionprivate.h \ gtksettingsprivate.h \ + gtksidebarrowprivate.h \ gtksizegroup-private.h \ gtksizerequestcacheprivate.h \ gtksocketprivate.h \