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).
This commit is contained in:
Jehan 2023-10-02 00:00:15 +02:00
parent 3acac137ae
commit 8694f67918

View file

@ -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,