Skip to content

Commit

Permalink
docs: auto generate by ci
Browse files Browse the repository at this point in the history
docs (Controller.md): Add new feat description (#3066)

Due to eggjs/egg-multipart#19, we have to
add this new feature into Egg's main doc in controller.md to notify
clients.
  • Loading branch information
Auto Doc Publisher committed Sep 30, 2018
1 parent 2c183f0 commit 3d78b2f
Show file tree
Hide file tree
Showing 85 changed files with 362 additions and 151 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
54 changes: 51 additions & 3 deletions api/Config.html
Original file line number Diff line number Diff line change
Expand Up @@ -3133,6 +3133,31 @@ <h5 class="subsection-title">Properties:</h5>
<tbody>


<tr>

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


<td class="type">


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



</td>





<td class="description last"><p>which mode to handle multipart request, default is <code>stream</code>, the hard way.
If set mode to <code>file</code>, it's the easy way to handle multipart request and save it to local files.
If you don't know the Node.js Stream work, maybe you should use the <code>file</code> mode to get started.</p></td>
</tr>



<tr>

<td class="name"><code>autoFields</code></td>
Expand All @@ -3151,7 +3176,7 @@ <h5 class="subsection-title">Properties:</h5>



<td class="description last"><p>Auto set fields to parts, default is <code>false</code>.
<td class="description last"><p>Auto set fields to parts, default is <code>false</code>. Only work on <code>stream</code> mode.
If set true,all fields will be auto handle and can acces by <code>parts.fields</code></p></td>
</tr>

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



<tr>

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


<td class="type">


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



</td>





<td class="description last"><p>The directory for temporary files. Only work on <code>file</code> mode.</p></td>
</tr>


</tbody>
</table>

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

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="node_modules__egg-multipart@2.1.0@egg-multipart_config_config.default.js.html">node_modules/_egg-multipart@2.1.0@egg-multipart/config/config.default.js</a>, <a href="node_modules__egg-multipart@2.1.0@egg-multipart_config_config.default.js.html#line3">line 3</a>
<a href="node_modules__egg-multipart@2.2.1@egg-multipart_config_config.default.js.html">node_modules/_egg-multipart@2.2.1@egg-multipart/config/config.default.js</a>, <a href="node_modules__egg-multipart@2.2.1@egg-multipart_config_config.default.js.html#line9">line 9</a>
</li></ul></dd>


Expand Down Expand Up @@ -5072,7 +5120,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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
6 changes: 3 additions & 3 deletions api/Context.html
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="node_modules__egg-multipart@2.1.0@egg-multipart_app_extend_context.js.html">node_modules/_egg-multipart@2.1.0@egg-multipart/app/extend/context.js</a>, <a href="node_modules__egg-multipart@2.1.0@egg-multipart_app_extend_context.js.html#line29">line 29</a>
<a href="node_modules__egg-multipart@2.2.1@egg-multipart_app_extend_context.js.html">node_modules/_egg-multipart@2.2.1@egg-multipart/app/extend/context.js</a>, <a href="node_modules__egg-multipart@2.2.1@egg-multipart_app_extend_context.js.html#line34">line 34</a>
</li></ul></dd>


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

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="node_modules__egg-multipart@2.1.0@egg-multipart_app_extend_context.js.html">node_modules/_egg-multipart@2.1.0@egg-multipart/app/extend/context.js</a>, <a href="node_modules__egg-multipart@2.1.0@egg-multipart_app_extend_context.js.html#line13">line 13</a>
<a href="node_modules__egg-multipart@2.2.1@egg-multipart_app_extend_context.js.html">node_modules/_egg-multipart@2.2.1@egg-multipart/app/extend/context.js</a>, <a href="node_modules__egg-multipart@2.2.1@egg-multipart_app_extend_context.js.html#line15">line 15</a>
</li></ul></dd>


Expand Down 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 @@ -3518,7 +3518,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 @@ -2314,7 +2314,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
4 changes: 2 additions & 2 deletions api/Lifecycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ <h4 class="name" id="init"><span class="type-signature"></span>init<span class="

<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="node_modules_egg-core_lib_lifecycle.js.html">node_modules/egg-core/lib/lifecycle.js</a>, <a href="node_modules_egg-core_lib_lifecycle.js.html#line99">line 99</a>
<a href="node_modules_egg-core_lib_lifecycle.js.html">node_modules/egg-core/lib/lifecycle.js</a>, <a href="node_modules_egg-core_lib_lifecycle.js.html#line101">line 101</a>
</li></ul></dd>


Expand Down Expand Up @@ -404,7 +404,7 @@ <h4 class="name" id="init"><span class="type-signature"></span>init<span class="
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 GMT+0000 (UTC) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion api/config_config.default.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:49 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 Sat Sep 29 2018 03:31:44 GMT+0000 (UTC) using the Minami theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Sep 30 2018 11:51:48 GMT+0000 (UTC) using the Minami theme.
</footer>

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

0 comments on commit 3d78b2f

Please sign in to comment.