Skip to content

Commit

Permalink
docs: auto generate by ci
Browse files Browse the repository at this point in the history
chore(typings): add class EggLoader (#2321)
  • Loading branch information
Auto Doc Publisher committed Aug 24, 2018
1 parent 6f43cf6 commit 8070daa
Show file tree
Hide file tree
Showing 79 changed files with 109 additions and 85 deletions.
2 changes: 1 addition & 1 deletion api/Agent.html
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ <h5>Example</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
35 changes: 29 additions & 6 deletions api/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h4 class="name" id=".workerStartTimeout"><span class="type-signature">(static)

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line295">line 295</a>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line296">line 296</a>
</li></ul></dd>


Expand Down Expand Up @@ -812,7 +812,7 @@ <h6>Properties</h6>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line301">line 301</a>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line302">line 302</a>
</li></ul></dd>


Expand Down Expand Up @@ -1496,6 +1496,29 @@ <h5 class="subsection-title">Properties:</h5>



<tr>

<td class="name"><code>dnsCacheLookupInterval</code></td>


<td class="type">


<span class="param-type">Boolean</span>



</td>





<td class="description last"><p>minimum interval of DNS query on the same hostname (default 10s).</p></td>
</tr>



<tr>

<td class="name"><code>request.timeout</code></td>
Expand Down Expand Up @@ -2995,7 +3018,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line271">line 271</a>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line272">line 272</a>
</li></ul></dd>


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

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line283">line 283</a>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line284">line 284</a>
</li></ul></dd>


Expand Down Expand Up @@ -3735,7 +3758,7 @@ <h5 class="subsection-title">Properties:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line325">line 325</a>
<a href="config_config.default.js.html">config/config.default.js</a>, <a href="config_config.default.js.html#line326">line 326</a>
</li></ul></dd>


Expand Down Expand Up @@ -5049,7 +5072,7 @@ <h5 class="subsection-title">Properties:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
5 changes: 3 additions & 2 deletions api/config_config.default.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ <h1 class="page-title">config/config.default.js</h1>
* The option for httpclient
* @member Config#httpclient
* @property {Boolean} enableDNSCache - Enable DNS lookup from local cache or not, default is false.
* @property {Boolean} dnsCacheLookupInterval - minimum interval of DNS query on the same hostname (default 10s).
*
* @property {Number} request.timeout - httpclient request default timeout, default is 5000 ms.
*
Expand All @@ -299,8 +300,8 @@ <h1 class="page-title">config/config.default.js</h1>
*/
config.httpclient = {
enableDNSCache: false,
dnsCacheLookupInterval: 10000,
dnsCacheMaxLength: 1000,
dnsCacheMaxAge: 10000,

request: {
timeout: 5000,
Expand Down Expand Up @@ -413,7 +414,7 @@ <h1 class="page-title">config/config.default.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion api/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ <h6>Properties</h6>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion api/global.html#BaseContextClass
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ it's instantiated in context level,
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion api/global.html#Controller
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion api/global.html#Service
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h3>Classes</h3><ul><li><a href="Agent.html">Agent</a><ul class='members'><li da
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Aug 22 2018 10:14:45 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Aug 24 2018 08:15:53 GMT+0000 (UTC) using the Minami theme.
</footer>

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

0 comments on commit 8070daa

Please sign in to comment.