From 9aac36b47e43e95d12c8d28bd3671e6f5e000d32 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 9 Feb 2010 14:48:11 +0000 Subject: [PATCH] docs: Move some Cogl defines in the private section 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/reference/cogl/cogl-sections.txt b/doc/reference/cogl/cogl-sections.txt index 7c9fab8..6d2d80e 100644 --- a/doc/reference/cogl/cogl-sections.txt +++ b/doc/reference/cogl/cogl-sections.txt @@ -8,14 +8,6 @@ cogl_handle_unref 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
-- 2.7.4