Cleanup: multi-line comment blocks

This commit is contained in:
2020-10-14 15:24:42 +11:00
parent 863b38d708
commit c7cd74fac3
20 changed files with 46 additions and 43 deletions

View File

@@ -889,7 +889,7 @@ void PyC_MainModule_Restore(PyObject *main_mod)
* - Must be called before #Py_Initialize.
* - Expects output of `BKE_appdir_folder_id(BLENDER_PYTHON, NULL)`.
* - Note that the `PYTHONPATH` environment variable isn't reliable, see T31506.
Use #Py_SetPythonHome instead.
* Use #Py_SetPythonHome instead.
*/
void PyC_SetHomePath(const char *py_path_bundle)
{