Is it possible to comment comments

Nik%

New Member
I'm having this inconvenience while commenting. But I was wondering how you guys would do this. Lets say you have the following code:\[code\]/*Fancy function*/function fancyFunction(){ echo "Oh yeah" //200 more lines go here}\[/code\]And now I want to comment the whole function, you'll do this:\[code\]/*/*Fancy function*/ <--Comment breaks herefunction fancyFunction(){ echo "Oh yeah" //200 more lines go here}*/\[/code\]How do you do this xD
 
Back
Top