From 8694f67918e138f7de485bb4c36579726f0752fc Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 2 Oct 2023 00:00:15 +0200 Subject: [PATCH] libgimp: fixing duplicate gimppropwidgets section for introspection docs. Fixing: > [809/2421] Generating libgimp/GimpUi-3.0.gir with a custom command (wrapped by meson to set env) > libgimpwidgets/gimppropwidgets.c:37: Warning: GimpUi: multiple comment blocks documenting 'SECTION:gimppropwidgets:' identifier (already seen at gimppropwidgets.c:23). --- libgimp/gimppropwidgets.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/libgimp/gimppropwidgets.c b/libgimp/gimppropwidgets.c index 6b062d6db5..d56a959067 100644 --- a/libgimp/gimppropwidgets.c +++ b/libgimp/gimppropwidgets.c @@ -20,14 +20,11 @@ #include "libgimp-intl.h" -/** - * SECTION: gimppropwidgets - * @title: GimpPropWidgets - * @short_description: Editable views on #GObject properties. - * - * Editable views on #GObject properties of types from libgimp, such as +/* + * This is a complement of libgimpwidgets/gimppropwidgets.c + * These are property functions for types from libgimp, such as * [class@Gimp.Resource] or [class@Gimp.Item] subclasses. - **/ + */ typedef GtkWidget* (*GimpResourceWidgetCreator) (const gchar *title,