New issue 7 by di...@google.com: EZT comment syntax
http://code.google.com/p/ezt/issues/detail?id=7
I think ezt needs its own comment syntax.
Currently if I want to add some comments to an ezt file (to the template
file, in the source tree of some web application project) destined to be
read by developers of the project there is no way to do that properly. To
do it I'm using HTML comment tags but those will get copied verbatim in the
produced HTML by ezt so users of the web application can see them in the
HTML source (and they don't make much sense in that context).
Please add some kind of ezt comment syntax that is not copied by ezt in the
produced output but just ignored.
This is a feature request but somehow I don't seem to find a way to create
it as such.
Comment #2 on issue 7 by gstein: EZT comment syntax
http://code.google.com/p/ezt/issues/detail?id=7
EZT already has a comment syntax :-)
[# this is a comment
which can also
span multiple
lines]
That said, I will take this report as a bug against our documentation.
(fwiw, there isn't really a way for users to categorize bugs; each project
has different ways of handling this, so Google Code avoids all the fields
and categorization complexity found in other bug trackers)
Ah yes, works well thanks. Yeah I first checked the docs so I guess they
should be updated.