Make gtk-doc handle inline functions

gtk-doc needs to be told that inline is a decorator
to ignore, so it can find g_strcmp0 in the headers.
This commit is contained in:
Matthias Clasen 2022-10-02 19:55:02 -04:00
parent 7994898475
commit 73da2201d1

View File

@ -5,6 +5,7 @@ first_version = 26
last_version = minor_version.is_odd() ? minor_version + 1 : minor_version
ignore_decorators = [
'GLIB_INLINE',
'GLIB_VAR',
'G_GNUC_INTERNAL',
'G_GNUC_WARN_UNUSED_RESULT',