Browse Source

Add missing comment in rebar_erlc_compiler

pull/3/head
Tuncer Ayaz 13 years ago
parent
commit
94958d05d5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rebar_erlc_compiler.erl

+ 1
- 0
src/rebar_erlc_compiler.erl View File

@ -29,6 +29,7 @@
-export([compile/2,
clean/2]).
%% internal use only by rebar_eunit
-export([doterl_compile/2,
doterl_compile/3]).

Loading…
Cancel
Save