From 343070e38214c3906facf3fd175ca8cb102b864f Mon Sep 17 00:00:00 2001 From: Kyllian Chabanon Date: Fri, 13 Jan 2023 14:11:21 +0100 Subject: [PATCH 1/3] Ajout de la documentation --- Doxyfile | 2 +- html/SAE_8h_source.html | 12 +- html/annotated.html | 10 +- html/functions.html | 75 +++++++++++ html/functions_vars.html | 75 +++++++++++ html/index.html | 61 ++++++++- html/menudata.js | 5 +- html/search/all_3.js | 2 +- html/search/all_4.html | 37 ++++++ html/search/all_4.js | 4 + html/search/all_5.html | 37 ++++++ html/search/all_5.js | 4 + html/search/classes_0.js | 2 +- html/search/classes_1.js | 2 +- html/search/classes_2.js | 4 +- html/search/classes_3.js | 2 +- html/search/files_0.js | 2 +- html/search/functions_0.js | 12 +- html/search/pages_0.html | 37 ++++++ html/search/pages_0.js | 4 + html/search/searchdata.js | 14 +- html/search/variables_0.html | 37 ++++++ html/search/variables_0.js | 4 + html/structChoix.html | 9 +- html/structEtudiant.html | 9 +- html/structEtudiant__coll__graph.dot | 6 +- html/structVilleIUT.html | 9 +- html/structVilleIUT__coll__graph.dot | 4 +- html/structmaillonChoix.html | 9 +- html/structmaillonChoix__coll__graph.dot | 4 +- html/structmaillonDept-members.html | 2 +- html/structmaillonDept.html | 25 +++- html/structmaillonDept__coll__graph.dot | 2 +- html/structures_8h_source.html | 161 ++++++++++++----------- menus.c | 18 ++- Autres/readme.md => readme.md | 0 structures.c | 100 +++++++++++++- structures.h | 54 ++++---- 38 files changed, 696 insertions(+), 160 deletions(-) create mode 100644 html/functions.html create mode 100644 html/functions_vars.html create mode 100644 html/search/all_4.html create mode 100644 html/search/all_4.js create mode 100644 html/search/all_5.html create mode 100644 html/search/all_5.js create mode 100644 html/search/pages_0.html create mode 100644 html/search/pages_0.js create mode 100644 html/search/variables_0.html create mode 100644 html/search/variables_0.js rename Autres/readme.md => readme.md (100%) diff --git a/Doxyfile b/Doxyfile index c5f039a..7a810c4 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1061,7 +1061,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = +USE_MDFILE_AS_MAINPAGE = "readme.md" #--------------------------------------------------------------------------- # Configuration options related to source browsing diff --git a/html/SAE_8h_source.html b/html/SAE_8h_source.html index 5e1fd64..b62a8e0 100644 --- a/html/SAE_8h_source.html +++ b/html/SAE_8h_source.html @@ -78,8 +78,8 @@ $(function() {
11 void menuAdministrateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats, bool *phaseCandidatures, bool *phaseTraitement);
12 void menuUtilisateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats);
13 void menuCandidat(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats);
-
14 void menuResponsable(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente);
-
15 void menuAffichage(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente);
+
14 void menuResponsable(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int nbEtudAdmis, Etudiant *tetudAttente[], int nbEtudAttente);
+
15 void menuAffichage(Etudiant *tetudResp[], int nbCandidatsDept, Etudiant *tetudRespAdmis[], int nbCandidatsDeptAdmis, Etudiant *tetudRespAttente[], int nbCandidatsDeptAttente);
16 
17 
18 /* Partie 1 */
@@ -154,12 +154,12 @@ $(function() {
void menu(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats, bool *phaseCandidatures, bool *phaseTraitement, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)
Fonction de sélection des menus.
Definition: menus.c:23
void menuResponsable(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)
Menu des responsables.
Definition: menus.c:252
void menuAdministrateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats, bool *phaseCandidatures, bool *phaseTraitement)
Menu des administrateurs.
Definition: menus.c:86
-
void menuAffichage(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)
Menu d'affichage des responsables.
Definition: menus.c:352
+
void menuAffichage(Etudiant *tetud[], int nbCandidats, VilleIUT *tiut[], int *nbIUT, Etudiant *tetudAdmis[], int *nbEtudAdmis, Etudiant *tetudAttente[], int *nbEtudAttente)
Menu d'affichage des responsables.
Definition: menus.c:356
void menuCandidat(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats)
Menu des candidats.
Definition: menus.c:197
void menuUtilisateur(VilleIUT *tiut[], int *nbIUT, Etudiant *tetud[], int *nbCandidats)
Menu des utilisateurs.
Definition: menus.c:150
-
Definition: structures.h:40
-
Definition: structures.h:19
-
Definition: structures.h:34
+
Structure d'un candidat.
Definition: structures.h:56
+
Structure d'une ville possédant un IUT.
Definition: structures.h:23
+
Maillon d'une liste de choix.
Definition: structures.h:46