Fixes for the API reference

Typos, missing symbols, and missing documentation.
This commit is contained in:
Emmanuele Bassi
2012-04-19 16:00:23 +01:00
parent 076179f20b
commit 0b76ba332d
16 changed files with 204 additions and 54 deletions

View File

@@ -42,7 +42,7 @@
* <refsect2>
* <title>Implementing ClutterDeformEffect</title>
* <para>Sub-classes of #ClutterDeformEffect should override the
* <function>deform_vertex()</function> virtual function; this function
* #ClutterDeformEffectClass.deform_vertex() virtual function; this function
* is called on every vertex that needs to be deformed by the effect.
* Each passed vertex is an in-out parameter that initially contains the
* position of the vertex and should be modified according to a specific