mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 03:48:53 +02:00
Teach gtk-doc about G_GNUC_WARN_UNUSED_RESULT
This commit is contained in:
@@ -13,7 +13,7 @@ DOC_MAIN_SGML_FILE=glib-docs.sgml
|
||||
DOC_SOURCE_DIR=$(top_srcdir)/glib $(top_srcdir)/gmodule
|
||||
|
||||
# Extra options to supply to gtkdoc-scan
|
||||
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR"
|
||||
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" --ignore-decorators="GLIB_VAR|G_GNUC_WARN_UNUSED_RESULT"
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb
|
||||
MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=g
|
||||
|
Reference in New Issue
Block a user