add a todo flag to a comment so it won't get lost... low priority item though
[model-checker.git] / model.cc
index 8f8bd88baad9147aeb205829d820eaaad3a28d8c..d2e9f5ebecb16ee52c00aa323a16405061a5668b 100644 (file)
--- a/model.cc
+++ b/model.cc
@@ -339,7 +339,7 @@ void ModelChecker::check_current_action(void)
        if (!already_added)
                add_action_to_lists(curr);
 
-       /* Is there a better interface for setting the next thread rather
+       /** @todo Is there a better interface for setting the next thread rather
                 than this field/convoluted approach?  Perhaps like just returning
                 it or something? */