forked from AuroraMiddleware/gtk
Small fixes for the docs
Set titles and short descriptions for the sections.
This commit is contained in:
parent
d8dc6f0c81
commit
7eb8646ace
@ -48,7 +48,7 @@ typedef enum {
|
||||
* @GSK_BLEND_MODE_DEFAULT: The default blend mode, which specifies no blending
|
||||
* @GSK_BLEND_MODE_MULTIPLY: The source color is multiplied by the destination
|
||||
* and replaces the destination
|
||||
* @GSK_BLEND_MODE_SCREEN:
|
||||
* @GSK_BLEND_MODE_SCREEN: ...
|
||||
* @GSK_BLEND_MODE_OVERLAY: ...
|
||||
* @GSK_BLEND_MODE_DARKEN: ...
|
||||
* @GSK_BLEND_MODE_LIGHTEN: ...
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
/**
|
||||
* SECTION:GskRenderer
|
||||
* @title: GskRenderer
|
||||
* @Short_desc: Renders a scene
|
||||
* @Title: GskRenderer
|
||||
* @Short_description: Renders a scene
|
||||
*
|
||||
* #GskRenderer is a class that renders a scene graph defined via a
|
||||
* tree of #GskRenderNode instances.
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
/**
|
||||
* SECTION:GskRenderNode
|
||||
* @title: GskRenderNode
|
||||
* @Short_desc: Simple scene graph element
|
||||
* @Title: GskRenderNode
|
||||
* @Short_description: Simple scene graph element
|
||||
*
|
||||
* #GskRenderNode is the basic block in a scene graph to be
|
||||
* rendered using #GskRenderer.
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
/**
|
||||
* SECTION:GskRenderNodeIter
|
||||
* @title: GskRenderNodeIter
|
||||
* @Short_desc: Iterator helper for render nodes
|
||||
* @Title: GskRenderNodeIter
|
||||
* @Short_description: Iterator helper for render nodes
|
||||
*
|
||||
* TODO
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user