add 'idprop' module so we can document idprop.types.*, currently doc generator has no access to ID Property types.

This commit is contained in:
2012-04-15 14:54:15 +00:00
parent 24286ba5bd
commit 6520aa97a9
10 changed files with 103 additions and 25 deletions

View File

@@ -64,6 +64,8 @@ const char *BPy_IDProperty_Map_ValidateAndCreate(PyObject *key, struct IDPropert
void IDProp_Init_Types(void);
PyObject *BPyInit_idprop(void);
#define IDPROP_ITER_KEYS 0
#define IDPROP_ITER_ITEMS 1