diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-01-14 23:32:05 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-01-15 00:03:58 -0500 |
commit | 2adf1a4966503aba416ec291c8237f804bb73fd1 (patch) | |
tree | 312f5801d3ea86fd496da07668b559bc4d02cdc3 /docs | |
parent | 8d81b1a4cd6053e2f5fdc324c7ff4c4d28761c1f (diff) | |
download | gtk+-2adf1a4966503aba416ec291c8237f804bb73fd1.tar.gz |
Ignore more private headers when generating docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 317adfd61b..9e15b11e9f 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -21,10 +21,20 @@ CFILE_GLOB=$(top_srcdir)/gtk/*.c # Header files to ignore when scanning IGNORE_HFILES= \ fnmatch.h \ + gactionmuxer.h \ + gactionobserver.h \ + gactionobservable.h \ gtk9slice.h \ gtkanimationdescription.h \ gtkdebug.h \ + gtkactionhelper.h \ + gtkapplicationprivate.h \ gtkbuilderprivate.h \ + gtkcolorchooserprivate.h \ + gtkcoloreditorprivate.h \ + gtkcolorplaneprivate.h \ + gtkcolorscaleprivate.h \ + gtkcolorswatchprivate.h \ gtkdndcursors.h \ gtkentryprivate.h \ gtkfilechooserdefault.h \ @@ -45,6 +55,8 @@ IGNORE_HFILES= \ gtkmarshal.h \ gtkmenuprivate.h \ gtkmnemonichash.h \ + gtkmodelmenu.h \ + gtkmodelmenuitem.h \ gtkpathbar.h \ gtkplugprivate.h \ gtkprintbackend.h \ |