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
@ -59,9 +59,11 @@ gimp_coordinates_new()
|
||||
@menu_show_pixels:
|
||||
@menu_show_percent:
|
||||
@show_refval:
|
||||
@spinbutton_usize:
|
||||
@spinbutton_width:
|
||||
@update_policy:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@spinbutton_usize:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_size_entry_add_field ##### -->
|
||||
@ -206,13 +208,6 @@ gimp_coordinates_new()
|
||||
@gse:
|
||||
|
||||
|
||||
<!-- ##### SIGNAL GimpSizeEntry::value-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpsizeentry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GimpSizeEntry::refval-changed ##### -->
|
||||
<para>
|
||||
|
||||
@ -227,3 +222,10 @@ gimp_coordinates_new()
|
||||
|
||||
@gimpsizeentry: the object which received the signal.
|
||||
|
||||
<!-- ##### SIGNAL GimpSizeEntry::value-changed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gimpsizeentry: the object which received the signal.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user