From 6356112cbbb32b09dd2f94ea856c3cbd32b1c085 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sun, 21 Sep 2014 09:19:38 -0500 Subject: more dialyzer fun. no likey opaque types --- include/rebar.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rebar.hrl b/include/rebar.hrl index 130182f..92fdbe9 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -19,7 +19,7 @@ deps :: [atom()], % The list of dependencies desc :: string(), % The description for the task short_desc :: string(), % A one line short description of the task - example :: string(), % An example of the task usage + example :: string() | undefined, % An example of the task usage opts :: list()}). % The list of options that the task requires/understands -define(DEFAULT_LIB_DIRS, ["apps", "libs", "."]). -- cgit v1.1