[seed] docs: Fix GTK-doc build by not passing --rebuild-types to gtkdoc-scan



commit 93abfdf3ce803bc04d0ad92d6a86706546f606c3
Author: Robert Carr <racarr svn gnome org>
Date:   Tue May 12 21:47:06 2009 -0400

    docs: Fix GTK-doc build by not passing --rebuild-types to gtkdoc-scan
---
 doc/reference/Makefile.am    |    6 +++---
 doc/reference/tmpl/seed.sgml |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 8db4e9f..22205bf 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -25,7 +25,7 @@ SCANGOBJ_OPTIONS=
 
 # Extra options to supply to gtkdoc-scan.
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
-SCAN_OPTIONS=--rebuild-types
+SCAN_OPTIONS=
 
 # Extra options to supply to gtkdoc-mkdb.
 # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml
@@ -67,8 +67,8 @@ expand_content_files=
 # signals and properties.
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-INCLUDES= 
-GTKDOC_LIBS=
+INCLUDES=  
+GTKDOC_LIBS= 
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
diff --git a/doc/reference/tmpl/seed.sgml b/doc/reference/tmpl/seed.sgml
index fecb043..d9d6ac4 100644
--- a/doc/reference/tmpl/seed.sgml
+++ b/doc/reference/tmpl/seed.sgml
@@ -162,6 +162,7 @@ seed
 
 @ctx: 
 @source: 
+ exception: 
 @Returns: 
 
 



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