docs: Add the "clipping" section to the COGL API reference
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 7 Oct 2009 16:35:11 +0000 (17:35 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 7 Oct 2009 16:41:54 +0000 (17:41 +0100)
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.

doc/reference/cogl/cogl-docs.xml.in
doc/reference/cogl/cogl-sections.txt

index ebf376d..e4c9a2e 100644 (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"/>
index e8c3315..a1efa06 100644 (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>