Tell gtk-doc to ignore private headers
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Jun 2015 14:47:18 +0000 (10:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 20 Jun 2015 14:47:18 +0000 (10:47 -0400)
Tell gtk-doc to ignore new private headers as well, otherwise
it complains about undocumented symbols in them.

docs/reference/gtk/Makefile.am

index 7e7cd5aa7436efe610e2a8ac55f2fccec2a44eba..fcb34b0bbe682f6c96c763db2bee3f6f0d64089a 100644 (file)
@@ -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              \