correct collada lib linking order (wasnt building for me), and sphinx doc syntax warning.

This commit is contained in:
Campbell Barton
2011-10-13 14:10:38 +00:00
parent 05b47c28fa
commit fa3b4e1830
2 changed files with 6 additions and 3 deletions

View File

@@ -85,7 +85,9 @@ static PyObject* pyrna_struct_Subtype(PointerRNA *ptr);
static PyObject *pyrna_prop_collection_values(BPy_PropertyRNA *self);
#define BPY_DOC_ID_PROP_TYPE_NOTE \
" .. note:: Only :class:`bpy.types.ID`, :class:`bpy.types.Bone` and \n" \
" .. note::\n" \
"\n" \
" Only :class:`bpy.types.ID`, :class:`bpy.types.Bone` and \n" \
" :class:`bpy.types.PoseBone` classes support custom properties.\n"