[doc] Hooks up cogl-matrix reference documentation

Adds a few more gtk-doc notes to cogl-matrix.h, and adds a new section to
cogl-sections.txt
This commit is contained in:
Robert Bragg
2008-12-22 16:16:07 +00:00
parent af6c78e9b4
commit cdf19f3281
3 changed files with 61 additions and 5 deletions

View File

@ -55,6 +55,7 @@
<xi:include href="xml/cogl.xml"/>
<xi:include href="xml/cogl-primitives.xml"/>
<xi:include href="xml/cogl-util.xml"/>
<xi:include href="xml/cogl-matrix.xml"/>
<xi:include href="xml/cogl-texture.xml"/>
<xi:include href="xml/cogl-shaders.xml"/>
<xi:include href="xml/cogl-offscreen.xml"/>

View File

@ -293,3 +293,14 @@ cogl_mesh_draw_range_elements
cogl_mesh_submit
</SECTION>
<SECTION>
<FILE>cogl-matrix</FILE>
<TITLE>Matrices</TITLE>
CoglMatrix
cogl_matrix_init_identity
cogl_matrix_multiply
cogl_matrix_rotate
cogl_matrix_translate
cogl_matrix_scale
</SECTION>