8 lines
386 B
Plaintext
8 lines
386 B
Plaintext
digraph "developpement" {
|
|
"Conception" -> "RedactionDoc" [arrowhead=vee label=finishToFinish]
|
|
"Conception" -> "RedactionDoc" [arrowhead=vee label=startToStart]
|
|
"Conception" -> "Programmation" [arrowhead=vee label=finishToStart]
|
|
"Conception" -> "RedactionTests" [arrowhead=vee label=startToStart]
|
|
"Programmation" -> "RedactionTests" [arrowhead=vee label=finishToFinish]
|
|
}
|