Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
SisMaker
/
rebar3
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Projects
0
Versions
62
Wiki
Activité
Parcourir la source
Merge pull request
#1590
from
VHTx/edoc_config_error_#149002995
Edoc config error
pull/1591/head
Fred Hebert
il y a 7 ans
committed by
GitHub
Parent
dee97b1184
f62b7cb32e
révision
aa9150b5b5
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
src/rebar_prv_edoc.erl
+ 1
- 1
src/rebar_prv_edoc.erl
Voir le fichier
@ -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
)
]
.
Écrire
Aperçu
Chargement…
Annuler
Enregistrer