From 1f5559293f9bb1b4e911f4bdecf276ff1f6ae01c Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Tue, 29 Dec 2015 02:15:21 +0400 Subject: [PATCH] [docs] Ignore the new HB_EXTERN decoration Otherwise, almost all API functions are not extracted. --- docs/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 5e6fd2b..f2048c5 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -28,7 +28,8 @@ SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" +SCAN_OPTIONS=--rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \ + --ignore-decorators="HB_EXTERN" # Header files or dirs to ignore when scanning. Use base file/dir names # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code -- 2.7.4