Skip to content

Commit

Permalink
Code autogenerated from Kurento/doc-kurento@3704b2f
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinskurento committed Aug 4, 2020
1 parent d968772 commit 8c2ef25
Show file tree
Hide file tree
Showing 199 changed files with 253 additions and 217 deletions.
2 changes: 1 addition & 1 deletion source/langdoc/client-javadoc/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -3276,7 +3276,7 @@ <h2 class="title">R</h2>
</dd>
<dt><a href="org/kurento/client/RecorderEndpoint.html" title="interface in org.kurento.client"><span class="typeNameLink">RecorderEndpoint</span></a> - Interface in <a href="org/kurento/client/package-summary.html">org.kurento.client</a></dt>
<dd>
<div class="block">Provides the functionality to store contents.</div>
<div class="block">Provides functionality to store media contents.</div>
</dd>
<dt><a href="org/kurento/client/RecorderEndpoint.Builder.html" title="class in org.kurento.client"><span class="typeNameLink">RecorderEndpoint.Builder</span></a> - Class in <a href="org/kurento/client/package-summary.html">org.kurento.client</a></dt>
<dd>&nbsp;</dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ <h2 title="Interface RecorderEndpoint" class="title">Interface RecorderEndpoint<
<br>
<pre>public interface <span class="typeNameLabel">RecorderEndpoint</span>
extends <a href="../../../org/kurento/client/UriEndpoint.html" title="interface in org.kurento.client">UriEndpoint</a></pre>
<div class="block">Provides the functionality to store contents.
<div class="block">Provides functionality to store media contents.
<p>
The Recorder can store media in local files or in a network resource. It
receives a media stream from another <code>MediaElement</code> (i.e. the
The RecorderEndpoint can store media in local files or in a network resource.
It receives a media stream from another <code>MediaElement</code> (i.e. the
source), and stores it in the designated location.
</p>
<p>
Expand All @@ -129,7 +129,9 @@ <h2 title="Interface RecorderEndpoint" class="title">Interface RecorderEndpoint<
</ul>
</li>
<li>
HTTP: Method PUT used against a remote server.
HTTP: A POST request will be used against a remote server. The server
must support using the <i>chunked</i> encoding mode (HTTP header
<code>Transfer-Encoding: chunked</code>).
<ul>
<li><code>http(s)://{server-ip}/path/to/file</code></li>
<li>
Expand Down Expand Up @@ -176,7 +178,7 @@ <h2 title="Interface RecorderEndpoint" class="title">Interface RecorderEndpoint<
</li>
<li>
To save into an HTTP server, the server must be accessible through the
network, and also have the correct access rights.
network, and also have the correct access rights to the destination path.
</li>
</ul>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Uses of <a href="../../../../org/kurento/client/Endpoint.html" title="interf
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kurento/client/RecorderEndpoint.html" title="interface in org.kurento.client">RecorderEndpoint</a></span></code>
<div class="block">Provides the functionality to store contents.</div>
<div class="block">Provides functionality to store media contents.</div>
</td>
</tr>
<tr class="rowColor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h3>Uses of <a href="../../../../org/kurento/client/KurentoObject.html" title="i
<tr class="altColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kurento/client/RecorderEndpoint.html" title="interface in org.kurento.client">RecorderEndpoint</a></span></code>
<div class="block">Provides the functionality to store contents.</div>
<div class="block">Provides functionality to store media contents.</div>
</td>
</tr>
<tr class="rowColor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3>Uses of <a href="../../../../org/kurento/client/MediaElement.html" title="in
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kurento/client/RecorderEndpoint.html" title="interface in org.kurento.client">RecorderEndpoint</a></span></code>
<div class="block">Provides the functionality to store contents.</div>
<div class="block">Provides functionality to store media contents.</div>
</td>
</tr>
<tr class="altColor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ <h3>Uses of <a href="../../../../org/kurento/client/MediaObject.html" title="int
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kurento/client/RecorderEndpoint.html" title="interface in org.kurento.client">RecorderEndpoint</a></span></code>
<div class="block">Provides the functionality to store contents.</div>
<div class="block">Provides functionality to store media contents.</div>
</td>
</tr>
<tr class="altColor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h3>Uses of <a href="../../../../org/kurento/client/UriEndpoint.html" title="int
<tr class="rowColor">
<td class="colFirst"><code>interface&nbsp;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/kurento/client/RecorderEndpoint.html" title="interface in org.kurento.client">RecorderEndpoint</a></span></code>
<div class="block">Provides the functionality to store contents.</div>
<div class="block">Provides functionality to store media contents.</div>
</td>
</tr>
</tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h1 title="Package" class="title">Package&nbsp;org.kurento.client</h1>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/kurento/client/RecorderEndpoint.html" title="interface in org.kurento.client">RecorderEndpoint</a></td>
<td class="colLast">
<div class="block">Provides the functionality to store contents.</div>
<div class="block">Provides functionality to store media contents.</div>
</td>
</tr>
<tr class="rowColor">
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-Boolean.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-Error.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-EventEmitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-Integer.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-Number.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-Object.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-Promise.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/external-String.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/lib_KurentoClient.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/lib_MediaObjectCreator.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/lib_checkType.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/lib_disguise.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/lib_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/module-core.HubPort.html
Original file line number Diff line number Diff line change
Expand Up @@ -3513,7 +3513,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/module-core.MediaPipeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -2948,7 +2948,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/module-core.PassThrough.html
Original file line number Diff line number Diff line change
Expand Up @@ -3514,7 +3514,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/module-core.html
Original file line number Diff line number Diff line change
Expand Up @@ -3237,7 +3237,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8614,7 +8614,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3460,7 +3460,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/module-core_abstracts.Hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9220,7 +9220,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4672,7 +4672,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6567,7 +6567,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4612,7 +4612,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4713,7 +4713,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion source/langdoc/client-jsdoc/module-core_abstracts.html
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

<script> prettyPrint(); </script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-co
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.4</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.5</a>
</footer>

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

0 comments on commit 8c2ef25

Please sign in to comment.