本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
62
Wiki
活動
瀏覽代碼
Merge pull request
#1590
from
VHTx/edoc_config_error_#149002995
Edoc config error
pull/1591/head
Fred Hebert
7 年之前
committed by
GitHub
父節點
dee97b1184
f62b7cb32e
當前提交
aa9150b5b5
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
]
.
Write
Preview
Loading…
取消
儲存