11 lines
148 B
Text
11 lines
148 B
Text
|
|
// Single line comment, of course!
|
||
|
|
|
||
|
|
/*
|
||
|
|
Multi line comment!
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
Documentation block
|
||
|
|
<doc>can include XML parsed nodes between doc tags</doc>
|
||
|
|
**/
|