Ignore more private headers when generating docs
This commit is contained in:
@ -21,10 +21,20 @@ CFILE_GLOB=$(top_srcdir)/gtk/*.c
|
|||||||
# Header files to ignore when scanning
|
# Header files to ignore when scanning
|
||||||
IGNORE_HFILES= \
|
IGNORE_HFILES= \
|
||||||
fnmatch.h \
|
fnmatch.h \
|
||||||
|
gactionmuxer.h \
|
||||||
|
gactionobserver.h \
|
||||||
|
gactionobservable.h \
|
||||||
gtk9slice.h \
|
gtk9slice.h \
|
||||||
gtkanimationdescription.h \
|
gtkanimationdescription.h \
|
||||||
gtkdebug.h \
|
gtkdebug.h \
|
||||||
|
gtkactionhelper.h \
|
||||||
|
gtkapplicationprivate.h \
|
||||||
gtkbuilderprivate.h \
|
gtkbuilderprivate.h \
|
||||||
|
gtkcolorchooserprivate.h \
|
||||||
|
gtkcoloreditorprivate.h \
|
||||||
|
gtkcolorplaneprivate.h \
|
||||||
|
gtkcolorscaleprivate.h \
|
||||||
|
gtkcolorswatchprivate.h \
|
||||||
gtkdndcursors.h \
|
gtkdndcursors.h \
|
||||||
gtkentryprivate.h \
|
gtkentryprivate.h \
|
||||||
gtkfilechooserdefault.h \
|
gtkfilechooserdefault.h \
|
||||||
@ -45,6 +55,8 @@ IGNORE_HFILES= \
|
|||||||
gtkmarshal.h \
|
gtkmarshal.h \
|
||||||
gtkmenuprivate.h \
|
gtkmenuprivate.h \
|
||||||
gtkmnemonichash.h \
|
gtkmnemonichash.h \
|
||||||
|
gtkmodelmenu.h \
|
||||||
|
gtkmodelmenuitem.h \
|
||||||
gtkpathbar.h \
|
gtkpathbar.h \
|
||||||
gtkplugprivate.h \
|
gtkplugprivate.h \
|
||||||
gtkprintbackend.h \
|
gtkprintbackend.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user