git-svn-id: http://erlydtl.googlecode.com/svn/trunk@118 a5195066-8e3e-0410-a82a-05b01b1b9875
@@ -96,7 +96,11 @@ compile(File, Module, Options) ->
Err ->
Err
end.
+
+%%====================================================================
+%% Internal functions
init_dtl_context(File, Module, Options) ->
Ctx = #dtl_context{},
@@ -4,7 +4,7 @@
%%% @author Evan Miller <emmiller@gmail.com>
%%% @copyright 2008 Roberto Saccon, Evan Miller
%%% @doc
-%%%Template language scanner
+%%% Template language scanner
%%% @end
%%%
%%% The MIT License