summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2015-01-07 19:05:41 +0100
committerEgmont Koblinger <egmont@gmail.com>2015-01-07 19:05:41 +0100
commit2b3b9a1167aafb8d9ac40b2b2c57e5434fb33379 (patch)
treef7623b8f837f76bf0c6c14166c76519b373e54e9
parent3111d44927ee755c07eb5c51656935770b0ce59b (diff)
downloadvte-2b3b9a1167aafb8d9ac40b2b2c57e5434fb33379.tar.gz
doc: Add ignore-decorator for gtk-doc
https://bugzilla.gnome.org/show_bug.cgi?id=742501
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 808ef8ea..c82b7ac2 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -28,7 +28,7 @@ SCANGOBJ_OPTIONS =
# Extra options to supply to gtkdoc-scan.
# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS = --deprecated-guards="VTE_DISABLE_DEPRECATED"
+SCAN_OPTIONS = --deprecated-guards="VTE_DISABLE_DEPRECATED" --ignore-decorators='_VTE_GNUC_NONNULL\s*\([^)]*\)'
# Extra options to supply to gtkdoc-mkdb.
# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml