docs: Fix Cogl API reference build

• Ignore all the private header files

• Add all missing/unused symbols

• Remove deprecated symbols from 0.*
This commit is contained in:
Emmanuele Bassi 2009-11-19 12:34:06 +00:00
parent feff0213ea
commit bae4b213d3
2 changed files with 46 additions and 13 deletions

View File

@ -53,17 +53,31 @@ CFILE_GLOB=\
# Header files to ignore when scanning. # Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES=\ IGNORE_HFILES=\
cogl-defines-gl.h \
cogl-defines-gles.h \
cogl-internal.h \
cogl-material-private.h \
cogl-bitmap-private.h \ cogl-bitmap-private.h \
cogl-blend-string.h \ cogl-blend-string.h \
cogl-vertex-buffer-private.h \ cogl-clip-stack.h \
cogl-util.h \ cogl-context.h \
cogl-debug.h \
cogl-defines.h \
cogl-deprecated.h \
cogl-draw-buffer-private.h \
cogl-feature-private.h \
cogl-handle.h \ cogl-handle.h \
gl \ cogl-internal.h \
gles cogl-journal-private.h \
cogl-material-private.h \
cogl-matrix-mesa.h \
cogl-matrix-private.h \
cogl-matrix-stack.h \
cogl-spans.h \
cogl-primitives.h \
cogl-texture-2d-sliced-private.h \
cogl-texture-driver.h \
cogl-texture-private.h \
cogl-util.h \
cogl-vertex-buffer-private.h \
driver \
winsys
EXTRA_HFILES= EXTRA_HFILES=

View File

@ -45,6 +45,7 @@ cogl_set_modelview_matrix
cogl_get_projection_matrix cogl_get_projection_matrix
cogl_set_projection_matrix cogl_set_projection_matrix
cogl_viewport cogl_viewport
cogl_set_viewport
cogl_get_viewport cogl_get_viewport
<SUBSECTION> <SUBSECTION>
@ -78,9 +79,11 @@ cogl_end_gl
<SUBSECTION Standard> <SUBSECTION Standard>
COGL_TYPE_ATTRIBUTE_TYPE COGL_TYPE_ATTRIBUTE_TYPE
COGL_TYPE_BLEND_STRING_ERROR
COGL_TYPE_BUFFER_BIT COGL_TYPE_BUFFER_BIT
COGL_TYPE_BUFFER_TARGET COGL_TYPE_BUFFER_TARGET
COGL_TYPE_DEBUG_FLAGS COGL_TYPE_DEBUG_FLAGS
COGL_TYPE_DRIVER_ERROR
COGL_TYPE_FEATURE_FLAGS COGL_TYPE_FEATURE_FLAGS
COGL_TYPE_FIXED COGL_TYPE_FIXED
COGL_TYPE_FOG_MODE COGL_TYPE_FOG_MODE
@ -90,15 +93,19 @@ COGL_TYPE_MATERIAL_ALPHA_FUNC
COGL_TYPE_MATERIAL_FILTER COGL_TYPE_MATERIAL_FILTER
COGL_TYPE_MATERIAL_LAYER_TYPE COGL_TYPE_MATERIAL_LAYER_TYPE
COGL_TYPE_PIXEL_FORMAT COGL_TYPE_PIXEL_FORMAT
COGL_TYPE_READ_PIXELS_FLAGS
COGL_TYPE_SHADER_TYPE COGL_TYPE_SHADER_TYPE
COGL_TYPE_TEXTURE_FLAGS COGL_TYPE_TEXTURE_FLAGS
COGL_TYPE_VERTICES_MODE COGL_TYPE_VERTICES_MODE
<SUBSECTION Private> <SUBSECTION Private>
COGL_DRIVER_ERROR
CoglDriverError
cogl_attribute_type_get_type cogl_attribute_type_get_type
cogl_buffer_bit_get_type cogl_buffer_bit_get_type
cogl_buffer_target_get_type cogl_buffer_target_get_type
cogl_debug_flags_get_type cogl_debug_flags_get_type
cogl_driver_error_get_type
cogl_feature_flags_get_type cogl_feature_flags_get_type
cogl_fixed_get_type cogl_fixed_get_type
cogl_fog_mode_get_type cogl_fog_mode_get_type
@ -108,23 +115,22 @@ cogl_material_alpha_func_get_type
cogl_material_filter_get_type cogl_material_filter_get_type
cogl_material_layer_type_get_type cogl_material_layer_type_get_type
cogl_pixel_format_get_type cogl_pixel_format_get_type
cogl_read_pixels_flags_get_type
cogl_shader_type_get_type cogl_shader_type_get_type
cogl_texture_flags_get_type cogl_texture_flags_get_type
cogl_vertices_mode_get_type cogl_vertices_mode_get_type
COGL_NOTE cogl_flush_gl_state
CoglDebugFlags
cogl_debug_flags
</SECTION> </SECTION>
<SECTION> <SECTION>
<FILE>cogl-clipping</FILE> <FILE>cogl-clipping</FILE>
<TITLE>Clipping</TITLE> <TITLE>Clipping</TITLE>
CoglClipStackState
cogl_clip_push_rectangle cogl_clip_push_rectangle
cogl_clip_push_window_rectangle cogl_clip_push_window_rectangle
cogl_clip_push_from_path cogl_clip_push_from_path
cogl_clip_push_from_path_preserve cogl_clip_push_from_path_preserve
cogl_clip_pop cogl_clip_pop
<SUBSECTION> <SUBSECTION>
cogl_clip_push cogl_clip_push
cogl_clip_push_window_rect cogl_clip_push_window_rect
@ -166,7 +172,6 @@ cogl_path_fill
cogl_path_fill_preserve cogl_path_fill_preserve
cogl_path_stroke cogl_path_stroke
cogl_path_stroke_preserve cogl_path_stroke_preserve
cogl_color
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -174,11 +179,13 @@ cogl_color
<TITLE>Bitmaps</TITLE> <TITLE>Bitmaps</TITLE>
cogl_bitmap_new_from_file cogl_bitmap_new_from_file
cogl_bitmap_get_size_from_file cogl_bitmap_get_size_from_file
cogl_is_bitmap
</SECTION> </SECTION>
<SECTION> <SECTION>
<FILE>cogl-texture</FILE> <FILE>cogl-texture</FILE>
<TITLE>Textures</TITLE> <TITLE>Textures</TITLE>
COGL_TEXTURE_MAX_WASTE
CoglTextureVertex CoglTextureVertex
CoglTextureFlags CoglTextureFlags
cogl_texture_new_with_size cogl_texture_new_with_size
@ -358,6 +365,10 @@ cogl_color_get_red_float
cogl_color_get_green_float cogl_color_get_green_float
cogl_color_get_blue_float cogl_color_get_blue_float
cogl_color_get_alpha_float cogl_color_get_alpha_float
<SUBSECTION>
cogl_color_premultiply
cogl_color_equal
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -372,6 +383,7 @@ cogl_vertex_buffer_delete
cogl_vertex_buffer_submit cogl_vertex_buffer_submit
cogl_vertex_buffer_disable cogl_vertex_buffer_disable
cogl_vertex_buffer_enable cogl_vertex_buffer_enable
CoglVerticesMode
cogl_vertex_buffer_draw cogl_vertex_buffer_draw
cogl_is_vertex_buffer cogl_is_vertex_buffer
@ -380,6 +392,9 @@ CoglIndicesType
cogl_vertex_buffer_indices_new cogl_vertex_buffer_indices_new
cogl_vertex_buffer_draw_elements cogl_vertex_buffer_draw_elements
cogl_vertex_buffer_indices_get_for_quads cogl_vertex_buffer_indices_get_for_quads
<SUBSECTION Private>
cogl_vertex_buffer_indices_get_type
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -397,6 +412,7 @@ cogl_matrix_translate
cogl_matrix_scale cogl_matrix_scale
cogl_matrix_init_from_array cogl_matrix_init_from_array
cogl_matrix_get_array cogl_matrix_get_array
cogl_matrix_get_inverse
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -440,6 +456,9 @@ cogl_material_layer_get_type
cogl_material_layer_get_texture cogl_material_layer_get_texture
cogl_material_layer_get_min_filter cogl_material_layer_get_min_filter
cogl_material_layer_get_mag_filter cogl_material_layer_get_mag_filter
<SUBSECTION Private>
cogl_blend_string_error_get_type
cogl_blend_string_error_quark
</SECTION> </SECTION>
<SECTION> <SECTION>