Help poor little gtkdoc a bit and tell that it can ignore G_GNUC_INTERNAL.
authorStefan Kost <stefkost@src.gnome.org>
Sat, 21 Jun 2008 22:38:08 +0000 (22:38 +0000)
committerStefan Kost <stefkost@src.gnome.org>
Sat, 21 Jun 2008 22:38:08 +0000 (22:38 +0000)
* docs/reference/gobject/Makefile.am:
  Help poor little gtkdoc a bit and tell that it can ignore
  G_GNUC_INTERNAL. Also disable including the unit-test header as this
  causes warnings and we don't need it here.

svn path=/trunk/; revision=7082

ChangeLog
docs/reference/gobject/Makefile.am

index c430707c52c3fdf4008479c483bdd5d28c74397f..93a7e4b8483194698fae7c5dd17ca4ea8e885896 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-22  Stefan Kost  <ensonic@users.sf.net>
+
+       * docs/reference/gobject/Makefile.am:
+         Help poor little gtkdoc a bit and tell that it can ignore
+         G_GNUC_INTERNAL. Also disable including the unit-test header as this
+         causes warnings and we don't need it here.
+
 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
 
        * docs/reference/gobject/tmpl/param_value_types.sgml:
index f20684f29d8fd8dcda19d596e13069d3d10568c4..f981e64f1ee2ee139d79df1043ed7a15cd7d0765 100644 (file)
@@ -1,5 +1,6 @@
 ## Process this file with automake to produce Makefile.in
-include $(top_srcdir)/Makefile.decl
+# we have no tests here
+#include $(top_srcdir)/Makefile.decl
 
 # The name of the module.
 DOC_MODULE=gobject
@@ -8,7 +9,8 @@ DOC_MODULE=gobject
 DOC_MAIN_SGML_FILE=gobject-docs.sgml
 
 # Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=
+SCAN_OPTIONS=--deprecated-guards=G_DISABLE_DEPRECATED \
+       --ignore-decorators=G_GNUC_INTERNAL
 
 # The directory containing the source code. Relative to $(srcdir)
 DOC_SOURCE_DIR=../../../gobject