mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: Ignore more version macros
Looks like we tend to forget to update the list of ignored decorators when adding new version macros.
This commit is contained in:
@@ -30,6 +30,8 @@ if get_option('gtk_doc')
|
||||
'GLIB_AVAILABLE_IN_2_52',
|
||||
'GLIB_AVAILABLE_IN_2_54',
|
||||
'GLIB_AVAILABLE_IN_2_56',
|
||||
'GLIB_AVAILABLE_IN_2_58',
|
||||
'GLIB_AVAILABLE_IN_2_60',
|
||||
'GLIB_DEPRECATED_IN_2_26',
|
||||
'GLIB_DEPRECATED_IN_2_26_FOR',
|
||||
'GLIB_DEPRECATED_IN_2_28',
|
||||
@@ -62,6 +64,10 @@ if get_option('gtk_doc')
|
||||
'GLIB_DEPRECATED_IN_2_54_FOR',
|
||||
'GLIB_DEPRECATED_IN_2_56',
|
||||
'GLIB_DEPRECATED_IN_2_56_FOR',
|
||||
'GLIB_DEPRECATED_IN_2_58',
|
||||
'GLIB_DEPRECATED_IN_2_58_FOR',
|
||||
'GLIB_DEPRECATED_IN_2_60',
|
||||
'GLIB_DEPRECATED_IN_2_60_FOR',
|
||||
]
|
||||
|
||||
docpath = join_paths(glib_datadir, 'gtk-doc', 'html')
|
||||
|
Reference in New Issue
Block a user