[libchamplain] Add more headers to be ignored when generating documentation



commit 1317a6f6c72dedf9cd1f0b43a94868fca5ccceef
Author: Jiří Techet <techet gmail com>
Date:   Thu Feb 7 13:45:17 2019 +0100

    Add more headers to be ignored when generating documentation

 docs/reference-gtk/Makefile.am | 2 +-
 docs/reference-gtk/meson.build | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/docs/reference-gtk/Makefile.am b/docs/reference-gtk/Makefile.am
index f1ad57e..5bea106 100644
--- a/docs/reference-gtk/Makefile.am
+++ b/docs/reference-gtk/Makefile.am
@@ -53,7 +53,7 @@ EXTRA_HFILES=
 
 # Header files to ignore when scanning. Use base file name, no paths
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES= champlain-gtk-marshal.h
+IGNORE_HFILES= champlain-gtk-marshal.h champlain-gtk-enum-types.h champlain-gtk.h
 
 # Images to copy into HTML directory.
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/docs/reference-gtk/meson.build b/docs/reference-gtk/meson.build
index ca5578f..340b629 100644
--- a/docs/reference-gtk/meson.build
+++ b/docs/reference-gtk/meson.build
@@ -2,6 +2,7 @@ gtk_prefix = gtk_dep.get_pkgconfig_variable('prefix')
 gtk_docpath = join_paths(gtk_prefix, 'share', 'gtk-doc', 'html', 'gtk3')
 
 libchamplain_gtk_reference_ignored_h = [
+  'champlain-gtk-enum-types.h',
   'champlain-gtk-marshal.h',
   'champlain-gtk.h',
 ]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]