[glib/wip/matthiasc/try-inlining-magic: 2/3] Make gtk-doc handle inline functions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/matthiasc/try-inlining-magic: 2/3] Make gtk-doc handle inline functions
- Date: Mon, 3 Oct 2022 00:13:52 +0000 (UTC)
commit 73da2201d11d04ea2475cf8982d306f28a1b1299
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Oct 2 19:55:02 2022 -0400
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.
docs/reference/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index ad1b9e3536..b0ead723c7 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -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',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]