docs: Add the "clipping" section to the COGL API reference

All the clip-related API in COGL is missing from the API reference
because the cogl-clipping section is not included inside the main
index file.
This commit is contained in:
Emmanuele Bassi 2009-10-07 17:35:11 +01:00
parent 80b3a8d328
commit 1f207c00d9
2 changed files with 3 additions and 1 deletions

View File

@ -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-clipping.xml"/>
<xi:include href="xml/cogl-vertex-buffer.xml"/>
<xi:include href="xml/cogl-matrix.xml"/>
<xi:include href="xml/cogl-shaders.xml"/>

View File

@ -118,6 +118,7 @@ cogl_debug_flags
<SECTION>
<FILE>cogl-clipping</FILE>
<TITLE>Clipping</TITLE>
CoglClipStackState
cogl_clip_push
cogl_clip_push_from_path
@ -127,7 +128,7 @@ cogl_clip_pop
cogl_clip_stack_save
cogl_clip_stack_restore
cogl_clip_ensure
<SECTION>
</SECTION>
<SECTION>
<FILE>cogl-primitives</FILE>