I am about to approach documenting a lot of code written in our couch code and with hundreds of snippets and templates it would be tiresome to write a lot of <cms:ignore></cms:ignore>. Number of files is growing constantly and there won't be any limit of it any time soon. Tbh, I'd rather not write any tag at all, even a tiny <cms:no( or skip or whatever ) >. Is there a way to add php commenting to parser? With /* */ would be nice.

Any other advice for documenting code and separately writing stories about code/functions( in separate files ) is hugely appreciated. Thanks!