mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
gtk-doc: Ensure we have recent enough version
Older versions won't produce errors, but will silently miss documentation for a few symbols.
This commit is contained in:
parent
691485fb7c
commit
160143ae27
@ -29,6 +29,12 @@ gtkdoc_common_scan_args = [
|
|||||||
'--ignore-decorators=' + '|'.join(ignore_decorators),
|
'--ignore-decorators=' + '|'.join(ignore_decorators),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if get_option('gtk_doc')
|
||||||
|
# Check we have the minimum gtk-doc version required. Older versions won't
|
||||||
|
# generate correct documentation.
|
||||||
|
dependency('gtk-doc', version : '>=1.32')
|
||||||
|
endif
|
||||||
|
|
||||||
subdir('gio')
|
subdir('gio')
|
||||||
subdir('glib')
|
subdir('glib')
|
||||||
subdir('gobject')
|
subdir('gobject')
|
Loading…
Reference in New Issue
Block a user