Multiline comments partially work
by Ben R Vesco · in Torque Game Engine · 01/10/2006 (9:30 pm) · 3 replies
Having a problem with multiline comments.
As far as I can tell, it just won't accept a comment if it begins with /**
Update: Actually, sometimes it will actually finish compiling the file depending where the comment is, but it still always puts a syntax error in the console.log whether it finishes or not.
/* * this comment works */
/** * this comment causes * a syntax error to show up * in console.log and the .cs * will not compile to .dso */
As far as I can tell, it just won't accept a comment if it begins with /**
Update: Actually, sometimes it will actually finish compiling the file depending where the comment is, but it still always puts a syntax error in the console.log whether it finishes or not.
About the author
Associate Anthony Rosenbaum