It would be good if you could ignore an entire .inc file, e.g. by placing the @exclude tag next to the {$I filename.inc} directive, or perhaps a new file-specific tag like @excludefile placed at the top of a file.
I would prefer to fix it with @excludeBegin and @excludeEnd options, already planned. They cover more use-cases, and also would satisfy this one. You would be able to write e.g.
I would prefer to fix it with
@excludeBegin
and@excludeEnd
options, already planned. They cover more use-cases, and also would satisfy this one. You would be able to write e.g.to have everything inside your include file ignored. You could also place the
@excludeBegin/End
inside themyinclude.inc
file.That would be an awesome feature, thanks.