mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-04 18:18:56 +01:00
doc: Add missing --ignore-decorators
(cherry picked from commit 6ea0dcc6c9af0c0e8cfebc77412838f5174b7dbc)
This commit is contained in:
committed by
Xavier Claessens
parent
691485fb7c
commit
7b65b77a65
@@ -19,9 +19,24 @@ ignore_decorators = [
|
|||||||
|
|
||||||
foreach version : stable_2_series_versions
|
foreach version : stable_2_series_versions
|
||||||
ignore_decorators += [
|
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_AVAILABLE_IN_2_' + version,
|
||||||
|
'GLIB_DEPRECATED_IN_2_' + version + '_FOR()',
|
||||||
'GLIB_DEPRECATED_IN_2_' + version,
|
'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
|
endforeach
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user