You're wright : actually the feature is not in ocamaweb. In fact I did
not used this un web systems so I did not think about it.
It will not
be very complicated to do this, so I will try to take time to do it in a
future release.
May be I will use a block mark as %+, so you will
be able to write :
%< title
% blah blah blah
some
code
% code comment
code 2
%+
% comment to
insert into block comment of title
% this line too
code
3
%>
this will be write out as :
<Title>
blah blah
blah
comment to insert into block comment of title
this line
too
\verbatim{
some code
% code comment
code
2
code 3
}