Skip to content

Commit

Permalink
Fixed minor issue in CB_GraphicSprites and updated not-released-yet t…
Browse files Browse the repository at this point in the history
…ower defense example game
  • Loading branch information
jalbam committed Aug 12, 2024
1 parent 52a5024 commit 39d68cf
Show file tree
Hide file tree
Showing 386 changed files with 980 additions and 494 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ CB_GraphicSprites._copyNeededPropertiesData =
};
CB_GraphicSprites._copyNeededProperties = function(element, elementOriginal)
{
if (!element.type || element.type !== elementOriginal.type) { return; }
if (!element || !element.type || element.type !== elementOriginal.type) { return; }
if (!CB_isArray(CB_GraphicSprites._copyNeededPropertiesData[element.type])) { return; }

for (var x = CB_GraphicSprites._copyNeededPropertiesData[element.type].length; x >= 0; x--)
Expand Down
2 changes: 1 addition & 1 deletion CrossBrowdy/CrossBrowdy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var CB_NAME = "CrossBrowdy";
* @constant
* @type {string}
*/
var CB_VERSION = "0.99.96.36";
var CB_VERSION = "0.99.96.37";

/**
* Keeps the CrossBrowdy "this" context.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ CB_GraphicSprites._copyNeededPropertiesData =
};
CB_GraphicSprites._copyNeededProperties = function(element, elementOriginal)
{
if (!element.type || element.type !== elementOriginal.type) { return; }
if (!element || !element.type || element.type !== elementOriginal.type) { return; }
if (!CB_isArray(CB_GraphicSprites._copyNeededPropertiesData[element.type])) { return; }

for (var x = CB_GraphicSprites._copyNeededPropertiesData[element.type].length; x >= 0; x--)
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/CrossBrowdy/CrossBrowdy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var CB_NAME = "CrossBrowdy";
* @constant
* @type {string}
*/
var CB_VERSION = "0.99.96.36";
var CB_VERSION = "0.99.96.37";

/**
* Keeps the CrossBrowdy "this" context.
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_config_download.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
define("EXAMPLES_FILENAME_PATH_ZIP", DOWNLOAD_FOLDER . EXAMPLES_FILENAME_BASE . ".zip");
define("EXAMPLES_FILENAME_PATH_ZIP_REAL", DOWNLOAD_FOLDER_REAL . EXAMPLES_FILENAME_BASE . ".zip");

define("CB_VERSION_CURRENT", "0.99.96.36");
define("CB_VERSION_CURRENT", "0.99.96.37");
define("CB_FILENAME_BASE", "CrossBrowdy_{VERSION}");
define("CB_FILENAME_PATH_ZIP", DOWNLOAD_FOLDER . CB_FILENAME_BASE . ".zip");
define("CB_FILENAME_PATH_ZIP_DIST", DOWNLOAD_FOLDER . CB_FILENAME_BASE . ".dist.zip");
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Arrays.html
Original file line number Diff line number Diff line change
Expand Up @@ -6628,7 +6628,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioDetector.html
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7587,7 +7587,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioFileCache.html
Original file line number Diff line number Diff line change
Expand Up @@ -14978,7 +14978,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioFileSprites.html
Original file line number Diff line number Diff line change
Expand Up @@ -16807,7 +16807,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14672,7 +14672,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioFile_API.AAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -5590,7 +5590,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioFile_API.ACMP.html
Original file line number Diff line number Diff line change
Expand Up @@ -5821,7 +5821,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioFile_API.SM2.html
Original file line number Diff line number Diff line change
Expand Up @@ -5590,7 +5590,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_AudioFile_API.WAAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -6163,7 +6163,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -4693,7 +4693,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Client.html
Original file line number Diff line number Diff line change
Expand Up @@ -5680,7 +5680,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Collisions.html
Original file line number Diff line number Diff line change
Expand Up @@ -7075,7 +7075,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13025,7 +13025,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Controllers.html
Original file line number Diff line number Diff line change
Expand Up @@ -2994,7 +2994,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.AmbientLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.Battery.html
Original file line number Diff line number Diff line change
Expand Up @@ -3289,7 +3289,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.Location.html
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.Motion.html
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.Orientation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.Proximity.html
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.Vibration.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Device.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -18678,7 +18678,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Events.html
Original file line number Diff line number Diff line change
Expand Up @@ -2518,7 +2518,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_GraphicSprites.html
Original file line number Diff line number Diff line change
Expand Up @@ -19725,7 +19725,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_GraphicSpritesScene.html
Original file line number Diff line number Diff line change
Expand Up @@ -6719,7 +6719,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Keyboard.chars.html
Original file line number Diff line number Diff line change
Expand Up @@ -6210,7 +6210,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Keyboard.extended.html
Original file line number Diff line number Diff line change
Expand Up @@ -13693,7 +13693,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Keyboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -3751,7 +3751,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Keyboard.keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -12172,7 +12172,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -3213,7 +3213,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Mouse.CursorImage.html
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
2 changes: 1 addition & 1 deletion crossbrowdy.com/_html/_doc/api/CB_Mouse.html
Original file line number Diff line number Diff line change
Expand Up @@ -8240,7 +8240,7 @@ <h4 class="modal-title">Search results</h4>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a>

on Mon Jan 22nd 2024
on Mon Aug 12th 2024

using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
</span>
Expand Down
Loading

0 comments on commit 39d68cf

Please sign in to comment.