Handle gtk-doc just like GTK+ does it now:
2002-03-08 Sven Neumann <sven@gimp.org> Handle gtk-doc just like GTK+ does it now: * configure.in: check for gtk-doc version 0.9. Do not build the API reference by default. * autogen.sh: pass --enable-gtk-doc to configure. * Makefile.am: Added a slightly modified distcheck rule that passes --enable-gtk-doc to the configure inside. * NEWS: updated. Revival of the API reference framework. Misc fixes.
This commit is contained in:

committed by
Sven Neumann

parent
2d1b904752
commit
906a8784ba
@ -286,22 +286,6 @@ all other GIMP Library headers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_use_xshm ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_cube ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_min_colors ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -133,9 +133,11 @@ instances have finished. The callback could be used to unload
|
||||
dynamiclly loaded code, for example.
|
||||
</para>
|
||||
|
||||
@id: The @id as returned by gimp_color_selector_register().
|
||||
@selector_id:
|
||||
@finished_cb: Optional callback which will be called once all instances have finished.
|
||||
@finished_data: The @finished_data which will be passed to @finished_cb.
|
||||
@Returns: #TRUE on success, #FALSE if @id was not found.
|
||||
<!-- # Unused Parameters # -->
|
||||
@id: The @id as returned by gimp_color_selector_register().
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ gimpdrawable
|
||||
|
||||
</para>
|
||||
|
||||
@id:
|
||||
@drawable_id:
|
||||
@width:
|
||||
@height:
|
||||
@bpp:
|
||||
|
@ -25,6 +25,8 @@ Enums and definitions.
|
||||
@GIMP_ALPHA_MASK:
|
||||
@GIMP_SELECTION_MASK:
|
||||
@GIMP_INV_SELECTION_MASK:
|
||||
@GIMP_COPY_MASK:
|
||||
@GIMP_INV_COPY_MASK:
|
||||
|
||||
<!-- ##### ENUM GimpBlendMode ##### -->
|
||||
<para>
|
||||
@ -135,15 +137,6 @@ Enums and definitions.
|
||||
@GIMP_SHARPEN_CONVOLVE:
|
||||
@GIMP_CUSTOM_CONVOLVE:
|
||||
|
||||
<!-- ##### ENUM GimpDodgeBurnMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_DODGEBURN_HIGHLIGHTS:
|
||||
@GIMP_DODGEBURN_MIDTONES:
|
||||
@GIMP_DODGEBURN_SHADOWS:
|
||||
|
||||
<!-- ##### ENUM GimpDodgeBurnType ##### -->
|
||||
<para>
|
||||
|
||||
@ -233,15 +226,6 @@ Enums and definitions.
|
||||
@GIMP_BLUE_HUES:
|
||||
@GIMP_MAGENTA_HUES:
|
||||
|
||||
<!-- ##### ENUM GimpInterpolationType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_LINEAR_INTERPOLATION:
|
||||
@GIMP_CUBIC_INTERPOLATION:
|
||||
@GIMP_NEAREST_NEIGHBOR_INTERPOLATION:
|
||||
|
||||
<!-- ##### ENUM GimpLayerModeEffects ##### -->
|
||||
<para>
|
||||
|
||||
@ -266,6 +250,7 @@ Enums and definitions.
|
||||
@GIMP_DODGE_MODE:
|
||||
@GIMP_BURN_MODE:
|
||||
@GIMP_HARDLIGHT_MODE:
|
||||
@GIMP_COLOR_ERASE_MODE:
|
||||
|
||||
<!-- ##### ENUM GimpMaskApplyMode ##### -->
|
||||
<para>
|
||||
@ -285,15 +270,6 @@ Enums and definitions.
|
||||
@GIMP_CLIP_TO_BOTTOM_LAYER:
|
||||
@GIMP_FLATTEN_IMAGE:
|
||||
|
||||
<!-- ##### ENUM GimpMessageHandlerType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_MESSAGE_BOX:
|
||||
@GIMP_CONSOLE:
|
||||
@GIMP_ERROR_CONSOLE:
|
||||
|
||||
<!-- ##### ENUM GimpOrientationType ##### -->
|
||||
<para>
|
||||
|
||||
@ -320,15 +296,17 @@ Enums and definitions.
|
||||
@GIMP_REPEAT_SAWTOOTH:
|
||||
@GIMP_REPEAT_TRIANGULAR:
|
||||
|
||||
<!-- ##### ENUM GimpRunModeType ##### -->
|
||||
<!-- ##### MACRO GimpRunModeType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@GIMP_RUN_INTERACTIVE:
|
||||
@GIMP_RUN_NONINTERACTIVE:
|
||||
@GIMP_RUN_WITH_LAST_VALS:
|
||||
|
||||
|
||||
<!-- ##### ENUM GimpSizeType ##### -->
|
||||
<para>
|
||||
|
||||
@ -337,15 +315,6 @@ Enums and definitions.
|
||||
@GIMP_PIXELS:
|
||||
@GIMP_POINTS:
|
||||
|
||||
<!-- ##### ENUM GimpStackTraceMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_STACK_TRACE_NEVER:
|
||||
@GIMP_STACK_TRACE_QUERY:
|
||||
@GIMP_STACK_TRACE_ALWAYS:
|
||||
|
||||
<!-- ##### ENUM GimpTransferMode ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -65,8 +65,8 @@ gimpgradients
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@width:
|
||||
@sample_size:
|
||||
@width:
|
||||
@grad_data:
|
||||
@Returns:
|
||||
|
||||
|
@ -30,8 +30,10 @@ Widgets and functions for selecting images, layers, brushes, patterns etc.
|
||||
|
||||
</para>
|
||||
|
||||
@id:
|
||||
@any_id:
|
||||
@data:
|
||||
<!-- # Unused Parameters # -->
|
||||
@id:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpRunBrushCallback ##### -->
|
||||
|
@ -133,10 +133,10 @@ gimptools
|
||||
@sample_merged:
|
||||
@sample_average:
|
||||
@average_radius:
|
||||
@save_color:
|
||||
@color:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@save_color:
|
||||
@red:
|
||||
@green:
|
||||
@blue:
|
||||
@ -166,19 +166,6 @@ gimptools
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_crop ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@new_width:
|
||||
@new_height:
|
||||
@offx:
|
||||
@offy:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_dodgeburn ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user