In a document NOWEB compiled with the following command
noweave -tex -filter "elide comment:*" adocument.nw > documentation.tex
and trying to compile the resulting file with the command
xetex -halt-on-error documentation.tex
I got the following error message
! Undefined control sequence.
<argument> ...on}\endmoddef \nwstartdeflinemarkup
\nwenddeflinemarkup
It seems that \nwstartdeflinemarkup is not recognized.
If I delete from the document all the sequences
\nwstartdeflinemarkup\nwenddeflinemarkup
the document compile normally.
What can be the problem?