glib r7082 - in trunk: . docs/reference/gobject
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7082 - in trunk: . docs/reference/gobject
- Date: Sat, 21 Jun 2008 22:38:08 +0000 (UTC)
Author: stefkost
Date: Sat Jun 21 22:38:08 2008
New Revision: 7082
URL: http://svn.gnome.org/viewvc/glib?rev=7082&view=rev
Log:
* 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.
Modified:
trunk/ChangeLog
trunk/docs/reference/gobject/Makefile.am
Modified: trunk/docs/reference/gobject/Makefile.am
==============================================================================
--- trunk/docs/reference/gobject/Makefile.am (original)
+++ trunk/docs/reference/gobject/Makefile.am Sat Jun 21 22:38:08 2008
@@ -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_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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]