Skip to content

Commit

Permalink
Merge pull request #40 from privrja/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
privrja committed Apr 23, 2021
2 parents c60e2ef + 5e0e062 commit 01ec755
Show file tree
Hide file tree
Showing 47 changed files with 9,880 additions and 239 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var canUseDOM = !!(
* @typicalname SmilesDrawer
*/
var SmilesDrawer = {
Version: '2.1.4'
Version: '2.1.6'
};

SmilesDrawer.Drawer = Drawer;
Expand Down
10 changes: 8 additions & 2 deletions dist/smiles-drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.do
*/

var SmilesDrawer = {
Version: '2.1.4'
Version: '2.1.6'
};
SmilesDrawer.Drawer = Drawer;
SmilesDrawer.Parser = Parser;
Expand Down Expand Up @@ -10800,7 +10800,13 @@ class SmallGraph {

this.dfsInitialization();
this.isCyclic = false;
this.dfsCyclic(this._nodes[0], -1);

if (this._nodes.length === 2 && this._nodes[0].neighbours.length === 2 && this._nodes[1].neighbours.length === 2) {
this.isCyclic = true;
this._nodeOnRing = this._nodes[0];
} else {
this.dfsCyclic(this._nodes[0], -1);
}
}

dfsCyclic(vertex, vertexFromId) {
Expand Down
2 changes: 1 addition & 1 deletion dist/smiles-drawer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/smiles-drawer.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/ArrayHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -3398,7 +3398,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/ArrayHelper.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h1 class="page-title">ArrayHelper.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Atom.html
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ <h4 class="name" id="restoreRings"><span class="type-signature"></span>restoreRi
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Atom.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ <h1 class="page-title">Atom.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/CanvasWrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -3783,7 +3783,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/CanvasWrapper.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ <h1 class="page-title">CanvasWrapper.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/DecayPoint.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1 class="page-title">DecayPoint.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -10857,7 +10857,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:59 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Drawer.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3218,7 +3218,7 @@ <h1 class="page-title">Drawer.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Edge.html
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:59 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Edge.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1 class="page-title">Edge.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
38 changes: 19 additions & 19 deletions doc/Graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ <h4 class="name" id=".addBondTypeToStack"><span class="type-signature">(static)

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1828">line 1828</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1826">line 1826</a>
</li></ul></dd>


Expand Down Expand Up @@ -795,7 +795,7 @@ <h4 class="name" id=".checkStack"><span class="type-signature">(static) </span>c

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1797">line 1797</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1795">line 1795</a>
</li></ul></dd>


Expand Down Expand Up @@ -933,7 +933,7 @@ <h4 class="name" id=".findFirst"><span class="type-signature">(static) </span>fi

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1628">line 1628</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1626">line 1626</a>
</li></ul></dd>


Expand Down Expand Up @@ -1100,7 +1100,7 @@ <h4 class="name" id=".findSecond"><span class="type-signature">(static) </span>f

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1639">line 1639</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1637">line 1637</a>
</li></ul></dd>


Expand Down Expand Up @@ -1601,7 +1601,7 @@ <h4 class="name" id=".getNumbers"><span class="type-signature">(static) </span>g

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1600">line 1600</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1598">line 1598</a>
</li></ul></dd>


Expand Down Expand Up @@ -1750,7 +1750,7 @@ <h4 class="name" id=".getProperVertex"><span class="type-signature">(static) </s

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1684">line 1684</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1682">line 1682</a>
</li></ul></dd>


Expand Down Expand Up @@ -1952,7 +1952,7 @@ <h4 class="name" id=".moveAllValuesInStackToAnotherStack"><span class="type-sign

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1785">line 1785</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1783">line 1783</a>
</li></ul></dd>


Expand Down Expand Up @@ -2111,7 +2111,7 @@ <h4 class="name" id=".removeAllFromStackToFirstLeftBrace"><span class="type-sign

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1814">line 1814</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1812">line 1812</a>
</li></ul></dd>


Expand Down Expand Up @@ -2247,7 +2247,7 @@ <h4 class="name" id=".removeNumbers"><span class="type-signature">(static) </spa

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1519">line 1519</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1517">line 1517</a>
</li></ul></dd>


Expand Down Expand Up @@ -2470,7 +2470,7 @@ <h4 class="name" id=".removeParentheses"><span class="type-signature">(static) <

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1756">line 1756</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1754">line 1754</a>
</li></ul></dd>


Expand Down Expand Up @@ -2670,7 +2670,7 @@ <h4 class="name" id=".removeRangeLast"><span class="type-signature">(static) </s

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1587">line 1587</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1585">line 1585</a>
</li></ul></dd>


Expand Down Expand Up @@ -2873,7 +2873,7 @@ <h4 class="name" id=".removeUnnecessaryNumbers"><span class="type-signature">(st

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1493">line 1493</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1491">line 1491</a>
</li></ul></dd>


Expand Down Expand Up @@ -3031,7 +3031,7 @@ <h4 class="name" id=".removeUnnecessaryParentheses"><span class="type-signature"

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1726">line 1726</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1724">line 1724</a>
</li></ul></dd>


Expand Down Expand Up @@ -3187,7 +3187,7 @@ <h4 class="name" id=".repairSmiles"><span class="type-signature">(static) </span

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1539">line 1539</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1537">line 1537</a>
</li></ul></dd>


Expand Down Expand Up @@ -4427,7 +4427,7 @@ <h4 class="name" id="dfsBuildSmilesStart"><span class="type-signature"></span>df

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1297">line 1297</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1295">line 1295</a>
</li></ul></dd>


Expand Down Expand Up @@ -4564,7 +4564,7 @@ <h4 class="name" id="dfsSmiles"><span class="type-signature"></span>dfsSmiles<sp

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1380">line 1380</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1378">line 1378</a>
</li></ul></dd>


Expand Down Expand Up @@ -4887,7 +4887,7 @@ <h4 class="name" id="dfsSmilesInitialization"><span class="type-signature"></spa

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1286">line 1286</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1284">line 1284</a>
</li></ul></dd>


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

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1321">line 1321</a>
<a href="Graph.js.html">Graph.js</a>, <a href="Graph.js.html#line1319">line 1319</a>
</li></ul></dd>


Expand Down Expand Up @@ -8816,7 +8816,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:59 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 1 addition & 3 deletions doc/Graph.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1235,9 +1235,7 @@ <h1 class="page-title">Graph.js</h1>
this.dfsSmallStart();
this._smallGraph.oneCyclic();
this._smallGraph.dfsSequenceStart();

let sequenceData = this.sortSequence(smiles, this._smallGraph.sequence);

return {
blockSmiles: sequenceData.smiles,
sequence: sequenceData.sequence,
Expand Down Expand Up @@ -1892,7 +1890,7 @@ <h1 class="page-title">Graph.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Line.html
Original file line number Diff line number Diff line change
Expand Up @@ -3056,7 +3056,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:35 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:59 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/Line.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ <h1 class="page-title">Line.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/MathHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:35 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:59 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/MathHelper.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h1 class="page-title">MathHelper.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/MutableBoolean.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:35 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:59 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion doc/MutableBoolean.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 class="page-title">MutableBoolean.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 08:47:34 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.5</a> on Fri Apr 23 2021 10:45:58 GMT+0200 (Středoevropský letní čas) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

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

0 comments on commit 01ec755

Please sign in to comment.