Cleanup: use our own conventions for tags in comments

This commit is contained in:
2022-01-31 10:29:46 +11:00
parent 14427f5aaa
commit 012e41fc8b
50 changed files with 83 additions and 82 deletions

View File

@@ -370,7 +370,7 @@ static void print_interface(std::ostream &os,
const StageInterfaceInfo &iface,
const StringRefNull &suffix = "")
{
/* TODO(fclem) Move that to interface check. */
/* TODO(@fclem): Move that to interface check. */
// if (iface.instance_name.is_empty()) {
// BLI_assert_msg(0, "Interfaces require an instance name for geometry shader.");
// std::cout << iface.name << ": Interfaces require an instance name for geometry shader.\n";