doxygen
Some checks failed
Deploy production (servyass) / deploy (push) Has been cancelled

This commit is contained in:
Yasder5 2026-03-02 20:05:50 +01:00
parent 8b094379ca
commit cc5a57f8b2
121 changed files with 13547 additions and 0 deletions

24
html/hierarchy.js Normal file
View file

@ -0,0 +1,24 @@
var hierarchy =
[
[ "Mother", "class_entities_1_1_mother.html", [
[ "Authorisation", "class_entities_1_1_authorisation.html", null ],
[ "Category", "class_entities_1_1_category.html", null ],
[ "Image", "class_entities_1_1_image.html", null ],
[ "Project", "class_entities_1_1_project.html", null ],
[ "User", "class_entities_1_1_user.html", null ]
] ],
[ "MotherCtrl", "class_controllers_1_1_mother_ctrl.html", [
[ "AdminCtrl", "class_controllers_1_1_admin_ctrl.html", null ],
[ "ErrorCtrl", "class_controllers_1_1_error_ctrl.html", null ],
[ "PageCtrl", "class_controllers_1_1_page_ctrl.html", null ],
[ "ProjectCtrl", "class_controllers_1_1_project_ctrl.html", null ],
[ "UserCtrl", "class_controllers_1_1_user_ctrl.html", null ]
] ],
[ "MotherModel", "class_models_1_1_mother_model.html", [
[ "AuthorisationModel", "class_models_1_1_authorisation_model.html", null ],
[ "CategoryModel", "class_models_1_1_category_model.html", null ],
[ "ImageModel", "class_models_1_1_image_model.html", null ],
[ "ProjectModel", "class_models_1_1_project_model.html", null ],
[ "UserModel", "class_models_1_1_user_model.html", null ]
] ]
];