From be251c703a55589623029f40d577ed1754381a63 Mon Sep 17 00:00:00 2001 From: Erwan MENAGER Date: Fri, 13 Jan 2023 14:48:55 +0100 Subject: [PATCH] Supprimer 'structCandidat__coll__graph.dot' --- structCandidat__coll__graph.dot | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 structCandidat__coll__graph.dot diff --git a/structCandidat__coll__graph.dot b/structCandidat__coll__graph.dot deleted file mode 100644 index 4691148..0000000 --- a/structCandidat__coll__graph.dot +++ /dev/null @@ -1,12 +0,0 @@ -digraph "Candidat" -{ - // LATEX_PDF_SIZE - edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"]; - node [fontname="Helvetica",fontsize="10",shape=record]; - Node1 [label="Candidat",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "]; - Node2 -> Node1 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" choix" ,fontname="Helvetica"]; - Node2 [label="maillonChoix",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmaillonChoix.html",tooltip=" "]; - Node2 -> Node2 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" suiv" ,fontname="Helvetica"]; - Node3 -> Node2 [dir="back",color="darkorchid3",fontsize="10",style="dashed",label=" c" ,fontname="Helvetica"]; - Node3 [label="Choix",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structChoix.html",tooltip=" "]; -}