Cleanup: move doc-strings into headers, remove duplicates
In some cases move implementation details into the function body.
This commit is contained in:
@@ -1804,6 +1804,7 @@ static struct PyModuleDef M_Geometry_module_def = {
|
||||
};
|
||||
|
||||
/*----------------------------MODULE INIT-------------------------*/
|
||||
|
||||
PyMODINIT_FUNC PyInit_mathutils_geometry(void)
|
||||
{
|
||||
PyObject *submodule = PyModule_Create(&M_Geometry_module_def);
|
||||
|
||||
Reference in New Issue
Block a user