summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-12 00:37:10 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-12 00:37:10 +0200
commit94958d05d58e7e6502e9b99f96d4904a54e0e9ed (patch)
treeef86f6f75eded9e5f31e65e30ca57d15d7b836a4
parente4fb80799bd0ed284ff79763e7248a8d43bc7152 (diff)
Add missing comment in rebar_erlc_compiler
-rw-r--r--src/rebar_erlc_compiler.erl1
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]).