Example:
// TODO: @blocked - Search function blocked until backend implements 
// string to ID conversion. 
// Without it the client must know the id of a store/country/region 
// which is not feasible.
Only the first line will register as a TODO and the following will be registered as normal comments.
Is there a way to continue a line of code on the next row without breaking it?