mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
build: Add docs.c to the GLib GIR
For historical reasons, some doc blocks are included in an ancillary file. Add it to the list of sources parsed by g-ir-scanner, to increase the coverage of various macros. Fixes: #3372
This commit is contained in:
parent
974b89e707
commit
e7ef715883
@ -27,6 +27,7 @@ glib_gir_sources = [
|
||||
glib_types_h,
|
||||
glib_deprecated_sources,
|
||||
glib_sources,
|
||||
files('../../glib/docs.c'),
|
||||
]
|
||||
|
||||
# For API compatibility reasons, GLib-2.0.gir needs to contain the platform
|
||||
|
Loading…
Reference in New Issue
Block a user