Add ':' to TODOs to activate highlight

Some linters have a special highlightning on "TODO:" comments.
This commit is contained in:
hasecilu
2023-12-19 17:01:17 -06:00
parent 13209cc80c
commit b1515377b5
4 changed files with 9 additions and 9 deletions

View File

@@ -713,7 +713,7 @@ int VectorPy::setCustomAttributes(const char* /*attr*/, PyObject* /*obj*/)
return 0;
}
// TODO for v0.18:
// TODO: for v0.18
// In generation script allow to more precisely define which slots
// of the number protocol should be supported instead of setting all.