> 4) What about removing everything upto '*' if it is the first character > after a new line starts?
It's a possibility. You basically want to strip the example that I gave down to this?:
@name foo @param blah string
<ST_DOC_SCRIPTING>{NEWLINE}{TABS_AND_SPACES}"*" { yymore(); }
should do the trick....
marcus
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php