mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Remove two comments
This commit is contained in:
parent
392adcf967
commit
4f19572ff9
1 changed files with 0 additions and 2 deletions
|
@ -47,10 +47,8 @@
|
||||||
skip_dirs = new_skip_dirs() :: dict(),
|
skip_dirs = new_skip_dirs() :: dict(),
|
||||||
xconf = new_xconf() :: dict() }).
|
xconf = new_xconf() :: dict() }).
|
||||||
|
|
||||||
%% Types that can be used from other modules -- alphabetically ordered.
|
|
||||||
-export_type([config/0]).
|
-export_type([config/0]).
|
||||||
|
|
||||||
%% data types
|
|
||||||
-opaque config() :: #config{}.
|
-opaque config() :: #config{}.
|
||||||
|
|
||||||
-define(DEFAULT_NAME, "rebar.config").
|
-define(DEFAULT_NAME, "rebar.config").
|
||||||
|
|
Loading…
Reference in a new issue