Browse Source

just a typo and added a comment

git-svn-id: http://erlydtl.googlecode.com/svn/trunk@118 a5195066-8e3e-0410-a82a-05b01b1b9875
rsaccon 17 years ago
parent
commit
332058e157
2 changed files with 5 additions and 1 deletions
  1. 4 0
      src/erlydtl/erlydtl_compiler.erl
  2. 1 1
      src/erlydtl/erlydtl_scanner.erl

+ 4 - 0
src/erlydtl/erlydtl_compiler.erl

@@ -96,7 +96,11 @@ compile(File, Module, Options) ->
         Err ->
         Err ->
             Err
             Err
     end.
     end.
+    
 
 
+%%====================================================================
+%% Internal functions
+%%====================================================================
 
 
 init_dtl_context(File, Module, Options) ->
 init_dtl_context(File, Module, Options) ->
     Ctx = #dtl_context{},
     Ctx = #dtl_context{},

+ 1 - 1
src/erlydtl/erlydtl_scanner.erl

@@ -4,7 +4,7 @@
 %%% @author    Evan Miller <emmiller@gmail.com>
 %%% @author    Evan Miller <emmiller@gmail.com>
 %%% @copyright 2008 Roberto Saccon, Evan Miller
 %%% @copyright 2008 Roberto Saccon, Evan Miller
 %%% @doc 
 %%% @doc 
-%%%Template language scanner
+%%% Template language scanner
 %%% @end  
 %%% @end  
 %%%
 %%%
 %%% The MIT License
 %%% The MIT License