Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
SisMaker
/
rebar3
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Oczekujące zmiany
0
Projects
0
Wydania
62
Wiki
Aktywność
Przeglądaj źródła
Merge pull request
#1590
from
VHTx/edoc_config_error_#149002995
Edoc config error
pull/1591/head
Fred Hebert
7 lat temu
committed by
GitHub
rodzic
dee97b1184
f62b7cb32e
commit
aa9150b5b5
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-1
src/rebar_prv_edoc.erl
+ 1
- 1
src/rebar_prv_edoc.erl
Wyświetl plik
@ -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
)
]
.
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz