docs: Add a cogl-paths section

The path primitives have a specific section, now, and gtk-doc is loudly
complaining about it being defined but not referenced.
This commit is contained in:
Emmanuele Bassi 2010-07-02 17:48:19 +01:00
parent 38941372bf
commit 9313f44e67
2 changed files with 5 additions and 2 deletions

View File

@ -63,6 +63,7 @@
<xi:include href="blend-strings.xml"/> <xi:include href="blend-strings.xml"/>
<xi:include href="xml/cogl-material.xml"/> <xi:include href="xml/cogl-material.xml"/>
<xi:include href="xml/cogl-primitives.xml"/> <xi:include href="xml/cogl-primitives.xml"/>
<xi:include href="xml/cogl-paths.xml"/>
<xi:include href="xml/cogl-clipping.xml"/> <xi:include href="xml/cogl-clipping.xml"/>
<xi:include href="xml/cogl-vertex-buffer.xml"/> <xi:include href="xml/cogl-vertex-buffer.xml"/>
<xi:include href="xml/cogl-matrix.xml"/> <xi:include href="xml/cogl-matrix.xml"/>

View File

@ -151,15 +151,17 @@ cogl_clip_stack_restore
<SECTION> <SECTION>
<FILE>cogl-primitives</FILE> <FILE>cogl-primitives</FILE>
<TITLE>Primitives</TITLE> <TITLE>Primitives</TITLE>
<SUBSECTION>
cogl_rectangle cogl_rectangle
cogl_rectangles cogl_rectangles
cogl_rectangle_with_texture_coords cogl_rectangle_with_texture_coords
cogl_rectangles_with_texture_coords cogl_rectangles_with_texture_coords
cogl_rectangle_with_multitexture_coords cogl_rectangle_with_multitexture_coords
cogl_polygon cogl_polygon
</SECTION>
<SUBSECTION> <SECTION>
<FILE>cogl-paths</FILE>
<TITLE>Path Primitives</TITLE>
cogl_is_path cogl_is_path
cogl_path_new cogl_path_new
cogl_get_path cogl_get_path