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:
parent
3acac137ae
commit
8694f67918
1 changed files with 4 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue