Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Merge pull request
#1590
from
VHTx/edoc_config_error_#149002995
Edoc config error
pull/1591/head
Fred Hebert
7 anni fa
committed by
GitHub
parent
dee97b1184
f62b7cb32e
commit
aa9150b5b5
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/rebar_prv_edoc.erl
+ 1
- 1
src/rebar_prv_edoc.erl
Vedi File
@ -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
)
]
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva