Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tategakibunko committed Jun 7, 2015
1 parent f770d3c commit 21fe95b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/jg_template.mli
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ val from_file : ?env:environment -> ?models:(string * tvalue) list -> string ->
[models] is variable table for template. for example,
[("msg", Tstr "hello, world!"); ("count", Tint 100); ]
if [use_compiled] is set true, jingoo will search template module(shared library) first,
and if found, it's linked and call it dynamically.
if not found, [template_filename] is loaded.
*)

val from_string : ?env:environment -> ?ctx:context -> ?models:(string * tvalue) list -> string -> string
Expand Down

0 comments on commit 21fe95b

Please sign in to comment.