devel-docs: doc updates, more doc modules without any warnings
This commit is contained in:
@ -39,6 +39,7 @@ IGNORE_HFILES = \
|
|||||||
gimppdbprocedure.h \
|
gimppdbprocedure.h \
|
||||||
gimpgpcompat.h \
|
gimpgpcompat.h \
|
||||||
gimpgpparams.h \
|
gimpgpparams.h \
|
||||||
|
gimppixbuf.h \
|
||||||
gimpplugin-private.h \
|
gimpplugin-private.h \
|
||||||
gimpprocedure-private.h \
|
gimpprocedure-private.h \
|
||||||
gimptilebackendplugin.h \
|
gimptilebackendplugin.h \
|
||||||
|
@ -462,6 +462,7 @@ GIMP_IS_PARAM_SPEC_PARASITE
|
|||||||
gimp_param_spec_parasite
|
gimp_param_spec_parasite
|
||||||
GIMP_VALUE_HOLDS_PARASITE
|
GIMP_VALUE_HOLDS_PARASITE
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
GimpParamSpecParasite
|
||||||
gimp_parasite_get_type
|
gimp_parasite_get_type
|
||||||
gimp_param_parasite_get_type
|
gimp_param_parasite_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
@ -83,6 +83,7 @@ GIMP_VALUE_HOLDS_RGB
|
|||||||
gimp_value_get_rgb
|
gimp_value_get_rgb
|
||||||
gimp_value_set_rgb
|
gimp_value_set_rgb
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
GimpParamSpecRGB
|
||||||
GIMP_IS_PARAM_SPEC_RGB
|
GIMP_IS_PARAM_SPEC_RGB
|
||||||
gimp_param_rgb_get_type
|
gimp_param_rgb_get_type
|
||||||
gimp_rgb_get_type
|
gimp_rgb_get_type
|
||||||
|
@ -104,4 +104,9 @@ gimp_vector3_rotate_val
|
|||||||
gimp_vector_2d_to_3d
|
gimp_vector_2d_to_3d
|
||||||
gimp_vector_2d_to_3d_val
|
gimp_vector_2d_to_3d_val
|
||||||
gimp_vector_3d_to_2d
|
gimp_vector_3d_to_2d
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GIMP_TYPE_VECTOR2
|
||||||
|
GIMP_TYPE_VECTOR3
|
||||||
|
gimp_vector2_get_type
|
||||||
|
gimp_vector3_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
Reference in New Issue
Block a user