This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fix spec for rebar_file_utils:rm_rf/1
pull/3/head
Tuncer Ayaz
13 years ago
parent
c2a5d286f0
commit
6a2fb52277
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rebar_file_utils.erl
+ 1
- 1
src/rebar_file_utils.erl
View File
@ -39,7 +39,7 @@
%
%
@
doc
Remove
files
and
directories
.
%
%
Target
is
a
single
filename
,
directoryname
or
wildcard
expression
.
-
spec
rm_rf
(
Target
:
:
file
:
filename
(
)
)
-
>
ok
.
-
spec
rm_rf
(
Target
:
:
string
(
)
)
-
>
ok
.
rm_rf
(
Target
)
-
>
case
os
:
type
(
)
of
{
unix
,
_
}
-
>
Write
Preview
Loading…
Cancel
Save