This commit is contained in:
2025-01-08 15:16:17 +01:00
parent 6164c1cd5e
commit 6c6b856e6c
20 changed files with 774 additions and 745 deletions

View File

@@ -3,7 +3,8 @@ var indexSectionsWithContent =
0: "bcdefgilmnprstvw",
1: "esv",
2: "dfmr",
3: "bcdfgilmnpstw"
3: "bcdfgilmnpstw",
4: "mt"
};
var indexSectionNames =
@@ -11,7 +12,8 @@ var indexSectionNames =
0: "all",
1: "classes",
2: "files",
3: "functions"
3: "functions",
4: "pages"
};
var indexSectionLabels =
@@ -19,6 +21,7 @@ var indexSectionLabels =
0: "Tout",
1: "Structures de données",
2: "Fichiers",
3: "Fonctions"
3: "Fonctions",
4: "Pages"
};