devel-docs: doc updates, more doc modules without any warnings

This commit is contained in:
Michael Natterer 2019-08-10 12:32:56 +02:00
parent e6d662e352
commit 4bafbeca1b
4 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,7 @@ IGNORE_HFILES = \
gimppdbprocedure.h \
gimpgpcompat.h \
gimpgpparams.h \
gimppixbuf.h \
gimpplugin-private.h \
gimpprocedure-private.h \
gimptilebackendplugin.h \

View File

@ -462,6 +462,7 @@ GIMP_IS_PARAM_SPEC_PARASITE
gimp_param_spec_parasite
GIMP_VALUE_HOLDS_PARASITE
<SUBSECTION Standard>
GimpParamSpecParasite
gimp_parasite_get_type
gimp_param_parasite_get_type
</SECTION>

View File

@ -83,6 +83,7 @@ GIMP_VALUE_HOLDS_RGB
gimp_value_get_rgb
gimp_value_set_rgb
<SUBSECTION Standard>
GimpParamSpecRGB
GIMP_IS_PARAM_SPEC_RGB
gimp_param_rgb_get_type
gimp_rgb_get_type

View File

@ -104,4 +104,9 @@ gimp_vector3_rotate_val
gimp_vector_2d_to_3d
gimp_vector_2d_to_3d_val
gimp_vector_3d_to_2d
<SUBSECTION Standard>
GIMP_TYPE_VECTOR2
GIMP_TYPE_VECTOR3
gimp_vector2_get_type
gimp_vector3_get_type
</SECTION>