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:
parent
cea74d92ea
commit
be6335c870
@ -63,6 +63,7 @@
|
||||
<xi:include href="blend-strings.xml"/>
|
||||
<xi:include href="xml/cogl-material.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-vertex-buffer.xml"/>
|
||||
<xi:include href="xml/cogl-matrix.xml"/>
|
||||
|
@ -151,15 +151,17 @@ cogl_clip_stack_restore
|
||||
<SECTION>
|
||||
<FILE>cogl-primitives</FILE>
|
||||
<TITLE>Primitives</TITLE>
|
||||
<SUBSECTION>
|
||||
cogl_rectangle
|
||||
cogl_rectangles
|
||||
cogl_rectangle_with_texture_coords
|
||||
cogl_rectangles_with_texture_coords
|
||||
cogl_rectangle_with_multitexture_coords
|
||||
cogl_polygon
|
||||
</SECTION>
|
||||
|
||||
<SUBSECTION>
|
||||
<SECTION>
|
||||
<FILE>cogl-paths</FILE>
|
||||
<TITLE>Path Primitives</TITLE>
|
||||
cogl_is_path
|
||||
cogl_path_new
|
||||
cogl_get_path
|
||||
|
Loading…
Reference in New Issue
Block a user