tools: fix generated docs of gimp_enums_init()

This commit is contained in:
Michael Natterer
2010-07-14 19:02:58 +02:00
parent 91a125df40
commit 19c01bc12a

View File

@ -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
**/ **/