mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 04:44:16 +02:00
Teach gtk-doc about G_GNUC_WARN_UNUSED_RESULT
This commit is contained in:
@@ -10,7 +10,8 @@ DOC_MODULE=gio
|
||||
DOC_MAIN_SGML_FILE=gio-docs.xml
|
||||
|
||||
# Extra options to supply to gtkdoc-scan
|
||||
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED"
|
||||
SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \
|
||||
--ignore-decorators="G_GNUC_WARN_UNUSED_RESULT"
|
||||
|
||||
# The directory containing the source code. Relative to $(srcdir)
|
||||
DOC_SOURCE_DIR=$(top_srcdir)/gio
|
||||
|
Reference in New Issue
Block a user