Copyright © 2008 Roberto Saccon, Evan Miller
Introduced in: 2007-11-11 by Roberto Saccon, Evan Miller ------------------------------------------------------------------- ------------------------------------------------------------------- Adapted and expanded for Zotonic by Marc Worrell <marc@worrell.nl> -------------------------------------------------------------------
Authors: Roberto Saccon (rsaccon@gmail.com) [web site: http://rsaccon.com], Evan Miller (emmiller@gmail.com).
template() = string() | binary()
Template to parse
tokens() = [tuple()]
| scan/1 | Scan the template string T and return the a token list or an error. |
| scan/2 |
scan(T::template()) -> {ok, S::tokens()} | {error, Reason}
Scan the template string T and return the a token list or an error.
scan(SourceRef, Template) -> any()
Generated by EDoc, Dec 10 2012, 20:44:32.