[clutter] build: Remove unnecessary argument for gtkdoc-scan



commit 5a294124da266a12213660c502ab90f776b864ae
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Mar 15 16:05:10 2015 +0000

    build: Remove unnecessary argument for gtkdoc-scan
    
    We don't use deprecation guards any more, in favour of compiler
    annotations and gtk-doc annotations.

 doc/reference/clutter/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am
index b6f9abb..9fc9f47 100644
--- a/doc/reference/clutter/Makefile.am
+++ b/doc/reference/clutter/Makefile.am
@@ -12,7 +12,7 @@ SCANGOBJ_OPTIONS = --type-init-func="clutter_base_init()"
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS = --deprecated-guards="CLUTTER_DISABLE_DEPRECATED"
+SCAN_OPTIONS =
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]