diff options
Diffstat (limited to 'docs/reference/libqmi-glib/Makefile.am')
-rw-r--r-- | docs/reference/libqmi-glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libqmi-glib/Makefile.am b/docs/reference/libqmi-glib/Makefile.am index 9f21396..0e07ce4 100644 --- a/docs/reference/libqmi-glib/Makefile.am +++ b/docs/reference/libqmi-glib/Makefile.am @@ -30,7 +30,7 @@ $(DOC_MODULE)-sections.mstamp: $(ALL_SECTIONS) BUILT_SOURCES = $(DOC_MODULE)-sections.mstamp # Extra options to supply to gtkdoc-scan -SCAN_OPTIONS = --rebuild-types +SCAN_OPTIONS = --rebuild-types --deprecated-guards="QMI_DISABLE_DEPRECATED" # The directory containing the source code. DOC_SOURCE_DIR = \ |