From b4c345e6a5fa929ba20eac19183b9c777055f52d Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:12:36 +0200 Subject: Initial commit --- Doc/html/navtreedata.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Doc/html/navtreedata.js (limited to 'Doc/html/navtreedata.js') diff --git a/Doc/html/navtreedata.js b/Doc/html/navtreedata.js new file mode 100644 index 0000000..383d895 --- /dev/null +++ b/Doc/html/navtreedata.js @@ -0,0 +1,25 @@ +var NAVTREE = +[ + [ "Implémentation de l'algorithme de rétropagation sur un réseau neuronal", "index.html", [ + [ "Classes", "annotated.html", [ + [ "Class List", "annotated.html", "annotated_dup" ], + [ "Class Index", "classes.html", null ], + [ "Class Hierarchy", "hierarchy.html", "hierarchy" ], + [ "Class Members", "functions.html", [ + [ "All", "functions.html", null ], + [ "Functions", "functions_func.html", null ] + ] ] + ] ], + [ "Files", null, [ + [ "File List", "files.html", "files" ] + ] ] + ] ] +]; + +var NAVTREEINDEX = +[ +".html" +]; + +var SYNCONMSG = 'click to disable panel synchronisation'; +var SYNCOFFMSG = 'click to enable panel synchronisation'; \ No newline at end of file -- cgit v1.2.3