Aeliot-Tm / todo-registrar

This tool creates issues in Issue Tracker depends on your TODO-comments in php-code
MIT License
9 stars 1 forks source link

Support of old-school multi-line comments #13

Open Aeliot-Tm opened 3 months ago

Aeliot-Tm commented 3 months ago

Somebody may use single-line comments started with // or # same way as multi-line comment. When they expect that such comment parsed properly. For example:

// TODO: do your best
//       And some complex description 
//       about that what I expect of you