mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
Merge branch 'cherry-pick-6ea0dcc6' into 'master'
doc: Add missing --ignore-decorators Closes #1953 See merge request GNOME/glib!1260
This commit is contained in:
commit
b698327b99
@ -19,9 +19,24 @@ ignore_decorators = [
|
||||
|
||||
foreach version : stable_2_series_versions
|
||||
ignore_decorators += [
|
||||
# Note that gtkdoc is going to use those in regex, and the longest match
|
||||
# must come first. That's why '_FOR()' variant comes first.
|
||||
# gtkdoc special-case '()' and replace it by a regex matching a symbol name.
|
||||
'GLIB_AVAILABLE_IN_2_' + version,
|
||||
'GLIB_DEPRECATED_IN_2_' + version + '_FOR()',
|
||||
'GLIB_DEPRECATED_IN_2_' + version,
|
||||
'GLIB_DEPRECATED_IN_2_' + version + '_FOR',
|
||||
|
||||
'GLIB_AVAILABLE_ENUMERATOR_IN_2_' + version,
|
||||
'GLIB_DEPRECATED_ENUMERATOR_IN_2_' + version + '_FOR()',
|
||||
'GLIB_DEPRECATED_ENUMERATOR_IN_2_' + version,
|
||||
|
||||
'GLIB_AVAILABLE_MACRO_IN_2_' + version,
|
||||
'GLIB_DEPRECATED_MACRO_IN_2_' + version + '_FOR()',
|
||||
'GLIB_DEPRECATED_MACRO_IN_2_' + version,
|
||||
|
||||
'GLIB_AVAILABLE_TYPE_IN_2_' + version,
|
||||
'GLIB_DEPRECATED_TYPE_IN_2_' + version + '_FOR()',
|
||||
'GLIB_DEPRECATED_TYPE_IN_2_' + version,
|
||||
]
|
||||
endforeach
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user