[docs] Ignore the new HB_EXTERN decoration
authorKhaled Hosny <khaledhosny@eglug.org>
Mon, 28 Dec 2015 22:15:21 +0000 (02:15 +0400)
committerKhaled Hosny <khaledhosny@eglug.org>
Mon, 28 Dec 2015 22:31:39 +0000 (02:31 +0400)
Otherwise, almost all API functions are not extracted.

docs/Makefile.am

index 5e6fd2b..f2048c5 100644 (file)
@@ -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