libgimp: move docs from template files to inline comments
Also split up the "tools" docs into separate files so it matches the new autogenerated PDB section headers.
This commit is contained in:
@ -32,6 +32,15 @@
|
||||
#include "gimpgradientmenu.h"
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: gimpgradientmenu
|
||||
* @title: gimpgradientmenu
|
||||
* @short_description: A widget for selecting gradients.
|
||||
*
|
||||
* A widget for selecting gradients.
|
||||
**/
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
GimpRunGradientCallback callback;
|
||||
@ -104,7 +113,7 @@ gimp_gradient_select_widget_close (GtkWidget *widget)
|
||||
}
|
||||
|
||||
/**
|
||||
* gimp_gradient_select_widget_set;
|
||||
* gimp_gradient_select_widget_set:
|
||||
* @widget: A gradient select widget.
|
||||
* @gradient_name: Gradient name to set.
|
||||
*
|
||||
|
Reference in New Issue
Block a user