Make it a block comment

This commit is contained in:
Matt Nadareski
2016-04-11 20:57:20 -07:00
parent 27175632b0
commit ad60c34b62

View File

@@ -12,14 +12,16 @@ using DamienG.Security.Cryptography;
namespace SabreTools namespace SabreTools
{ {
// TODO: Add the following flags: /*
// Remove MD5 TODO: Add the following flags:
// Remove SHA1 Remove MD5
// Set forceunpacking Remove SHA1
// Zips as files Set forceunpacking
// Old style DATs Zips as files
// Set all of the fields in the DAT header Old style DATs
// Auto set Name and Description from current folder Set all of the fields in the DAT header
Auto set Name and Description from current folder
*/
class DATFromDir class DATFromDir
{ {