docs: Move some Cogl defines in the private section
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 9 Feb 2010 14:48:11 +0000 (14:48 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 9 Feb 2010 14:48:11 +0000 (14:48 +0000)
The PixelFormat bit and mask #defines should not be used and are there
mostly for convenience, so we can push them to the "private" sub-section
of the API reference.

This pushed Cogl's API reference coverage to 100%.

doc/reference/cogl/cogl-sections.txt

index 7c9fab8..6d2d80e 100644 (file)
@@ -8,14 +8,6 @@ cogl_handle_unref
 
 <SUBSECTION>
 CoglFuncPtr
-COGL_PIXEL_FORMAT_24
-COGL_PIXEL_FORMAT_32
-COGL_A_BIT
-COGL_BGR_BIT
-COGL_AFIRST_BIT
-COGL_PREMULT_BIT
-COGL_UNORDERED_MASK
-COGL_UNPREMULT_MASK
 CoglPixelFormat
 CoglBufferTarget
 CoglBufferBit
@@ -119,6 +111,14 @@ cogl_read_pixels_flags_get_type
 cogl_shader_type_get_type
 cogl_texture_flags_get_type
 cogl_vertices_mode_get_type
+COGL_AFIRST_BIT
+COGL_A_BIT
+COGL_BGR_BIT
+COGL_PIXEL_FORMAT_24
+COGL_PIXEL_FORMAT_32
+COGL_PREMULT_BIT
+COGL_UNORDERED_MASK
+COGL_UNPREMULT_MASK
 </SECTION>
 
 <SECTION>