diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-12 00:37:10 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-07-12 00:37:10 +0200 |
commit | 94958d05d58e7e6502e9b99f96d4904a54e0e9ed (patch) | |
tree | ef86f6f75eded9e5f31e65e30ca57d15d7b836a4 /src | |
parent | e4fb80799bd0ed284ff79763e7248a8d43bc7152 (diff) |
Add missing comment in rebar_erlc_compiler
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_erlc_compiler.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl index be2b59d..130e993 100644 --- a/src/rebar_erlc_compiler.erl +++ b/src/rebar_erlc_compiler.erl @@ -29,6 +29,7 @@ -export([compile/2, clean/2]). +%% internal use only by rebar_eunit -export([doterl_compile/2, doterl_compile/3]). |