/**
* The about page
*
- * @desc Display the about informations
+ * Display the about informations
*
* @param Request $request The request instance
* @return Response The rendered view
/**
* The contact page
*
- * @desc Send a contact mail to configured contact
+ * Send a contact mail to configured contact
*
* @param Request $request The request instance
*
/**
* The organizer regulation page
*
- * @desc Display the organizer regulation policy
+ * Display the organizer regulation policy
*
* @param Request $request The request instance
* @return Response The rendered view
/**
* The terms of service page
*
- * @desc Display the terms of service policy
+ * Display the terms of service policy
*
* @param Request $request The request instance
* @return Response The rendered view
/**
* The frequently asked questions page
*
- * @desc Display the frequently asked questions
+ * Display the frequently asked questions
*
* @param Request $request The request instance
* @return Response The rendered view
/**
* List all users
*
- * @desc Display all user with a group listed as users
+ * Display all user with a group listed as users
*
* @param Request $request The request instance
*
/**
* List all sessions for the user
*
- * @desc Display all sessions for the user with an application or login form
+ * Display all sessions for the user with an application or login form
*
* @param Request $request The request instance
* @param int $id The user id
/**
* List all sessions
*
- * @desc Display all sessions with an application or login form
+ * Display all sessions with an application or login form
*
* @param Request $request The request instance
*
/**
* List all sessions for tango argentin
*
- * @desc Display all sessions in tango argentin json format
+ * Display all sessions in tango argentin json format
*
* @todo Drop it if unused by tangoargentin ???
*
/**
* Add snippet
*
- * @desc Persist snippet in database
+ * Persist snippet in database
*
* @param Request $request The request instance
*
/**
* Edit snippet
*
- * @desc Persist snippet in database
+ * Persist snippet in database
*
* @param Request $request The request instance
*