PyDoc: correct CollectionProperty & PointerProperty type in Python docs
Ref: !132420
This commit is contained in:
@@ -2757,11 +2757,11 @@ static int bpy_prop_arg_parse_tag_defines(PyObject *o, void *p)
|
||||
|
||||
#define BPY_PROPDEF_POINTER_TYPE_DOC \
|
||||
" :arg type: A subclass of a property group or ID types.\n" \
|
||||
" :type type: :class:`bpy.types.PropertyGroup` | :class:`bpy.types.ID`\n"
|
||||
" :type type: type[:class:`bpy.types.PropertyGroup` | :class:`bpy.types.ID`]\n"
|
||||
|
||||
#define BPY_PROPDEF_COLLECTION_TYPE_DOC \
|
||||
" :arg type: A subclass of a property group.\n" \
|
||||
" :type type: :class:`bpy.types.PropertyGroup`\n"
|
||||
" :type type: type[:class:`bpy.types.PropertyGroup`]\n"
|
||||
|
||||
#define BPY_PROPDEF_TAGS_DOC \
|
||||
" :arg tags: Enumerator of tags that are defined by parent class.\n" \
|
||||
|
||||
Reference in New Issue
Block a user