Copyright © 2008 Roberto Saccon, Evan Miller 2014 Andreas Stenius
Introduced in: 2007-12-16 by Roberto Saccon, Evan Miller 2014 by Andreas Stenius -------------------------------------------------------------------
Authors: Roberto Saccon (rsaccon@gmail.com) [web site: http://rsaccon.com], Evan Miller (emmiller@gmail.com), Andreas Stenius (kaos@astekk.se).
| compile_dir/3 | |
| compile_file/3 | |
| compile_template/3 | |
| default_options/0 | |
| do_parse_template/2 | |
| format_error/1 | |
| parse_file/2 | |
| parse_template/2 |
compile_dir(Dir, Module, Options) -> any()
compile_file(File, Module, Options) -> any()
compile_template(Template, Module, Options) -> any()
default_options() -> any()
do_parse_template(Data, Dtl_context) -> any()
format_error(Error) -> any()
parse_file(File, Context) -> any()
parse_template(Data, Context) -> any()
Generated by EDoc