使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
SisMaker
/
rebar3
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
项目
0
版本发布
62
百科
动态
浏览代码
Merge pull request
#1590
from
VHTx/edoc_config_error_#149002995
Edoc config error
pull/1591/head
Fred Hebert
7 年前
提交者
GitHub
父节点
dee97b1184
f62b7cb32e
当前提交
aa9150b5b5
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
src/rebar_prv_edoc.erl
+ 1
- 1
src/rebar_prv_edoc.erl
查看文件
@ -89,4 +89,4 @@ add_to_paths([], Path) ->
add_to_paths
(
[
{
doc_path
,
Paths
}
|
T
]
,
Path
)
-
>
[
{
doc_path
,
[
Path
|
Paths
]
}
|
T
]
;
add_to_paths
(
[
H
|
T
]
,
Path
)
-
>
[
H
|
add_to_paths
(
Path
,
T
)
]
.
[
H
|
add_to_paths
(
T
,
Path
)
]
.
撰写
预览
正在加载...
取消
保存