libgimpwidgets: move docs from template files to inline comments
but leave the template file for gimpstock there because its contents would be too much for gimpstock.h.
This commit is contained in:
@ -34,6 +34,16 @@
|
||||
#include "gimpcontroller.h"
|
||||
#include "gimpstock.h"
|
||||
|
||||
|
||||
/**
|
||||
* SECTION: gimpcontroller
|
||||
* @title: GimpController
|
||||
* @short_description: Pluggable GIMP input controller modules.
|
||||
*
|
||||
* An abstract interface for implementing arbitrary input controllers.
|
||||
**/
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
PROP_0,
|
||||
|
||||
Reference in New Issue
Block a user