Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method Tools.AutoDoc.PikeParser()->skipUntil()


Method skipUntil

void skipUntil(multiset(string)|string tokens)

Description

Skip tokens until one of tokens is the next to read.

Note

The newline token ("\n") is not skipped implicitly by this function.

See also

skip()