tools: fix generated docs of gimp_enums_init()
This commit is contained in:
@ -162,14 +162,13 @@ print ENUMFILE <<CODE;
|
|||||||
static gboolean enums_initialized = FALSE;
|
static gboolean enums_initialized = FALSE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gimp_enums_init
|
* gimp_enums_init:
|
||||||
*
|
*
|
||||||
* This function makes sure all the enum types are registered
|
* This function makes sure all the enum types are registered
|
||||||
* with the GObject type system. This is intended for use by
|
* with the #GType system. This is intended for use by language
|
||||||
* language bindings that need the symbols early, before gimp_main
|
* bindings that need the symbols early, before gimp_main is run.
|
||||||
* is run. It's not necessary for plug-ins to call this directly,
|
* It's not necessary for plug-ins to call this directly, because
|
||||||
* as the normal plug-in initialization code will handle it
|
* the normal plug-in initialization code will handle it implicitly.
|
||||||
* implicitly.
|
|
||||||
*
|
*
|
||||||
* Since: GIMP 2.4
|
* Since: GIMP 2.4
|
||||||
**/
|
**/
|
||||||
|
Reference in New Issue
Block a user