Comments in app manifest?

I find myself in need to comment out a line in the channel manifest file but TFM does not mention how’s that to be done.

Is it prefix the line with “#”, unix style? Or “;” .ini file style - or "" BASIC-style or !` (whatever exotic that was)?
Please, an Official Word on it?

“EnTerr” wrote:
I find myself in need to comment out a line in the channel manifest file but TFM does not mention how’s that to be done.

Is it prefix the line with “#”, unix style? Or “;” .ini file style - or "" BASIC-style or !` (whatever exotic that was)?
Please, an Official Word on it?

Lines starting with a ‘#’ are explicitly treated as comment lines.

This is now documented at: http://sdkdocs.roku.com/display/sdkdoc/Manifest+File.

Thank you, RokuKC!