Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
EnTerr
Roku Guru

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?
0 Kudos
2 REPLIES 2
RokuKC
Roku Employee
Roku Employee

Re: Comments in app manifest?

"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.
0 Kudos
EnTerr
Roku Guru

Re: Comments in app manifest?

Thank you, RokuKC!
0 Kudos