summaryrefslogtreecommitdiff
path: root/src/rebar_config.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-10 15:07:41 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-03-28 18:39:38 +0200
commit6d75bfbeb0c981e25c1b30b481118ea52a3b377e (patch)
treee8a311712291c0290b908f2d2f83ab9ed00a56ec /src/rebar_config.erl
parent68f47435636cb72e6088fb68eacf5aad764f13cd (diff)
Clean up specs
Diffstat (limited to 'src/rebar_config.erl')
-rw-r--r--src/rebar_config.erl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/rebar_config.erl b/src/rebar_config.erl
index a030e2c..751e088 100644
--- a/src/rebar_config.erl
+++ b/src/rebar_config.erl
@@ -35,6 +35,14 @@
-include("rebar.hrl").
+-record(config, { dir :: file:filename(),
+ opts :: list() }).
+
+%% Types that can be used from other modules -- alphabetically ordered.
+-export_type([config/0]).
+
+%% data types
+-opaque config() :: #config{}.
%% ===================================================================
%% Public API