summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2008-06-20 05:53:09 +0000
committerDave Beckett <dave@dajobe.org>2008-06-20 05:53:09 +0000
commite4d4dc46aa208718e85abcecccf076a5bbd84fbc (patch)
tree309db63a846be962e01d195feb1ed154e4e3b015
parent05fe47be3749aa881c0e17af6b77c19542abc424 (diff)
downloadraptor-e4d4dc46aa208718e85abcecccf076a5bbd84fbc.tar.gz
Call gtkdoc-scan with --deprecated-guards="RAPTOR_DISABLE_DEPRECATED"
-rw-r--r--docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f83e00ad..36078bcd 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -29,7 +29,7 @@ DOC_MODULE=raptor
DOC_MAIN_SGML_FILE=raptor-docs.xml
# Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=
+SCAN_OPTIONS= --deprecated-guards="RAPTOR_DISABLE_DEPRECATED"
# The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../src