mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
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
This commit is contained in:
parent
fca3fb5818
commit
0f62f41d2c
@ -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>
|
2008-06-22 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/reference/gobject/tmpl/param_value_types.sgml:
|
* docs/reference/gobject/tmpl/param_value_types.sgml:
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## 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.
|
# The name of the module.
|
||||||
DOC_MODULE=gobject
|
DOC_MODULE=gobject
|
||||||
@ -8,7 +9,8 @@ DOC_MODULE=gobject
|
|||||||
DOC_MAIN_SGML_FILE=gobject-docs.sgml
|
DOC_MAIN_SGML_FILE=gobject-docs.sgml
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-scan
|
# 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)
|
# The directory containing the source code. Relative to $(srcdir)
|
||||||
DOC_SOURCE_DIR=../../../gobject
|
DOC_SOURCE_DIR=../../../gobject
|
||||||
|
Loading…
Reference in New Issue
Block a user