diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2008-06-21 22:38:08 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2008-06-21 22:38:08 +0000 |
commit | 0f62f41d2c4de0ede694f9a46b2ba3d8c2902bf7 (patch) | |
tree | e2ac31d700c61d9188e35c57b079d70c94105b52 /docs | |
parent | fca3fb58185ebec71040a4fc88689010e8cd8557 (diff) |
Help poor little gtkdoc a bit and tell that it can ignore G_GNUC_INTERNAL.
* 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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gobject/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/reference/gobject/Makefile.am b/docs/reference/gobject/Makefile.am index f20684f29..f981e64f1 100644 --- a/docs/reference/gobject/Makefile.am +++ b/docs/reference/gobject/Makefile.am @@ -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 |