mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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
38941372bf
commit
9313f44e67
@ -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"/>
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user