Cleanup: doxygen comments
Also correct some outdated symbol references, add missing 'name' commands.
This commit is contained in:
@@ -2596,7 +2596,8 @@ static PyObject *pyrna_prop_collection_subscript_slice(BPy_PropertyRNA *self,
|
||||
return list;
|
||||
}
|
||||
|
||||
/** TODO - dimensions
|
||||
/**
|
||||
* TODO - dimensions
|
||||
* \note Could also use pyrna_prop_array_to_py_index(self, count) in a loop, but it's much slower
|
||||
* since at the moment it reads (and even allocates) the entire array for each index.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user