diff options
-rw-r--r-- | doc/reference/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 8cab924..ee3eec9 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -29,7 +29,8 @@ SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS=--deprecated-guards=ASN1_DISABLE_DEPRECATED +SCAN_OPTIONS=--ignore-decorators=ASN1_API \ + --deprecated-guards=ASN1_DISABLE_DEPRECATED # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml |