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 "gimpbrushmenu.h"
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: gimpbrushmenu
|
||||
* @title: gimpbrushmenu
|
||||
* @short_description: A widget for selecting brushes.
|
||||
*
|
||||
* A widget for selecting brushes.
|
||||
**/
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
GimpRunBrushCallback callback;
|
||||
@ -113,7 +122,7 @@ gimp_brush_select_widget_close (GtkWidget *widget)
|
||||
}
|
||||
|
||||
/**
|
||||
* gimp_brush_select_widget_set;
|
||||
* gimp_brush_select_widget_set:
|
||||
* @widget: A brush select widget.
|
||||
* @brush_name: Brush name to set; %NULL means no change.
|
||||
* @opacity: Opacity to set. -1.0 means no change.
|
||||
|
Reference in New Issue
Block a user