I'm curious as to what the following does:
Code:/** Stuff here **/
It would appear to be a regular comment, but SciTE highlights strings beginning with @ up to the first space in a different color.
Google is useless for this since Google ignores the characters.
Results 1 to 3 of 3
Thread: JavaScript Question.
- 28 May. 2010 12:57am #1
JavaScript Question.
Last edited by Personoid; 28 May. 2010 at 01:04am.
- 30 May. 2010 04:16pm #2
Block commenting.
// One line Comment
/* Multiple line comments
Same as AU3s #cs #ce
*/
- 30 May. 2010 04:27pm #3
It's different than that.
It isn't highlighted the same as a normal block comment.
Code:/* @whatever whatever whatever */
Code:/** @whatever whatever whatever **/
depths suggested that it was just a reference character, but also said to check.
Open SciTE/Notepad++ and see what I mean.
I have no idea why it's like that.