Small fixes for the docs

Set titles and short descriptions for the sections.
This commit is contained in:
Matthias Clasen 2016-08-06 23:08:04 -04:00 committed by Emmanuele Bassi
parent d8dc6f0c81
commit 7eb8646ace
4 changed files with 7 additions and 7 deletions

View File

@ -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: ...

View File

@ -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.

View File

@ -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.

View File

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