Skip to content

Commit

Permalink
JSDoc added
Browse files Browse the repository at this point in the history
  • Loading branch information
charlenry committed Mar 22, 2023
1 parent b067758 commit 90803ed
Show file tree
Hide file tree
Showing 49 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion docs/Activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
10 changes: 5 additions & 5 deletions docs/ActivityModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ <h4 class="name" id="ActivityModel"><span class="type-signature"></span>new Acti

<div class="description">
<p>Creating a class called ActivityModel.
Based on a Design Pattern : Constructor Pattern.</p>
Based on a Design Pattern : Constructor Pattern.
It allows to format the data of the activity so that it can be used by the components.</p>
</div>


Expand Down Expand Up @@ -181,8 +182,7 @@ <h4 class="name" id="ActivityModel"><span class="type-signature"></span>new Acti


<div class="description">
<p>A constructor function. It is called when you create a new instance of the class.
It allows to format the data of the activity usable by the components.</p>
<p>A constructor function. It is called when you create a new instance of the class.</p>
</div>


Expand Down Expand Up @@ -275,7 +275,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="dataModels_ActivityModel.js.html">dataModels/ActivityModel.js</a>, <a href="dataModels_ActivityModel.js.html#line11">line 11</a>
<a href="dataModels_ActivityModel.js.html">dataModels/ActivityModel.js</a>, <a href="dataModels_ActivityModel.js.html#line12">line 12</a>
</li></ul></dd>


Expand Down Expand Up @@ -343,7 +343,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/App.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/App.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/AverageSessions.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions docs/AverageSessionsModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h4 class="name" id="AverageSessionsModel"><span class="type-signature"></span>n
<div class="description">
<p>Creating a class called AverageSessionsModel.
Based on a Design Pattern : Constructor Pattern.
It allows to format the data of the average sessions usable by the components.</p>
It allows to format the data of the average sessions so that it can be used by the components.</p>
</div>


Expand Down Expand Up @@ -182,7 +182,7 @@ <h4 class="name" id="AverageSessionsModel"><span class="type-signature"></span>n


<div class="description">
<p>A constructor function.</p>
<p>A constructor function. It is called when you create a new instance of the class.</p>
</div>


Expand Down Expand Up @@ -343,7 +343,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Community.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/CustomTooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/IconsBar.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Message.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/NotFound.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Nutrients.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Performance.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions docs/PerformanceModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h4 class="name" id="PerformanceModel"><span class="type-signature"></span>new P
<div class="description">
<p>Creating a class called PerformanceModel.
Based on a Design Pattern : Constructor Pattern.
It allows to format the data of performance usable by the components.</p>
It allows to format the data of performance so that it can be used by the components.</p>
</div>


Expand Down Expand Up @@ -182,7 +182,7 @@ <h4 class="name" id="PerformanceModel"><span class="type-signature"></span>new P


<div class="description">
<p>A constructor function.</p>
<p>A constructor function. It is called when you create a new instance of the class.</p>
</div>


Expand Down Expand Up @@ -343,7 +343,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/TodayScore.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions docs/UserInfosModel.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h4 class="name" id="UserInfosModel"><span class="type-signature"></span>new Use
<div class="description">
<p>Creating a class called UserInfosModel.
Based on a Design Pattern : Constructor Pattern.
It allows to format the data of the user's information usable by the components.</p>
It allows to format the data of the user's main information so that it can be used by the components.</p>
</div>


Expand Down Expand Up @@ -182,7 +182,7 @@ <h4 class="name" id="UserInfosModel"><span class="type-signature"></span>new Use


<div class="description">
<p>A constructor function.</p>
<p>A constructor function. It is called when you create a new instance of the class.</p>
</div>


Expand Down Expand Up @@ -343,7 +343,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_Activity_Activity.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_AverageSessions_AverageSessions.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_IconsBar_IconsBar.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_Message_Message.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_Navbar_Navbar.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_Nutrients_Nutrients.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_Performance_Performance.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/components_TodayScore_TodayScore.jsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/dataModels_ActivityModel.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ <h1 class="page-title">Source: dataModels/ActivityModel.js</h1>
<pre class="prettyprint source linenums"><code>/**
* Creating a class called ActivityModel.
* Based on a Design Pattern : Constructor Pattern.
* It allows to format the data of the activity so that it can be used by the components.
*
* @class
* @name ActivityModel
Expand All @@ -38,7 +39,6 @@ <h1 class="page-title">Source: dataModels/ActivityModel.js</h1>

/**
* A constructor function. It is called when you create a new instance of the class.
* It allows to format the data of the activity usable by the components.
*
* @constructor
* @name ActivityModel
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions docs/dataModels_AverageSessionsModel.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="page-title">Source: dataModels/AverageSessionsModel.js</h1>
<pre class="prettyprint source linenums"><code>/**
* Creating a class called AverageSessionsModel.
* Based on a Design Pattern : Constructor Pattern.
* It allows to format the data of the average sessions usable by the components.
* It allows to format the data of the average sessions so that it can be used by the components.
*
* @class
* @name AverageSessionsModel
Expand All @@ -38,7 +38,7 @@ <h1 class="page-title">Source: dataModels/AverageSessionsModel.js</h1>
class AverageSessionsModel {

/**
* A constructor function.
* A constructor function. It is called when you create a new instance of the class.
*
* @constructor
* @name AverageSessionsModel
Expand Down Expand Up @@ -166,7 +166,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Activity.
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 22:51:17 GMT+0100 (heure normale d’Europe centrale)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.2</a> on Wed Mar 22 2023 23:16:04 GMT+0100 (heure normale d’Europe centrale)
</footer>

<script> prettyPrint(); </script>
Expand Down
Loading

0 comments on commit 90803ed

Please sign in to comment.