Skip to content

Commit

Permalink
docs: regenerate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed Sep 7, 2018
1 parent ac9197a commit 662c045
Show file tree
Hide file tree
Showing 74 changed files with 2,580 additions and 1,527 deletions.
2,654 changes: 1,327 additions & 1,327 deletions docs/ast/source/BotFacade.js.json

Large diffs are not rendered by default.

104 changes: 52 additions & 52 deletions docs/ast/source/index.common.doc.js.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "File",
"start": 0,
"end": 5547,
"end": 5523,
"loc": {
"start": {
"line": 1,
Expand All @@ -15,7 +15,7 @@
"program": {
"type": "Program",
"start": 0,
"end": 5547,
"end": 5523,
"loc": {
"start": {
"line": 1,
Expand Down Expand Up @@ -3796,9 +3796,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"start": 4314,
"end": 5124,
"end": 5112,
"loc": {
"start": {
"line": 158,
Expand All @@ -3813,8 +3813,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
"start": 5125,
"end": 5227,
"start": 5113,
"end": 5215,
"loc": {
"start": {
"line": 171,
Expand All @@ -3829,8 +3829,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
"start": 5228,
"end": 5350,
"start": 5216,
"end": 5338,
"loc": {
"start": {
"line": 174,
Expand All @@ -3844,9 +3844,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5351,
"end": 5446,
"value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5339,
"end": 5428,
"loc": {
"start": {
"line": 177,
Expand All @@ -3860,9 +3860,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5447,
"end": 5546,
"value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5429,
"end": 5522,
"loc": {
"start": {
"line": 180,
Expand Down Expand Up @@ -3913,9 +3913,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"start": 4314,
"end": 5124,
"end": 5112,
"loc": {
"start": {
"line": 158,
Expand All @@ -3930,8 +3930,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
"start": 5125,
"end": 5227,
"start": 5113,
"end": 5215,
"loc": {
"start": {
"line": 171,
Expand All @@ -3946,8 +3946,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
"start": 5228,
"end": 5350,
"start": 5216,
"end": 5338,
"loc": {
"start": {
"line": 174,
Expand All @@ -3961,9 +3961,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5351,
"end": 5446,
"value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5339,
"end": 5428,
"loc": {
"start": {
"line": 177,
Expand All @@ -3977,9 +3977,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5447,
"end": 5546,
"value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5429,
"end": 5522,
"loc": {
"start": {
"line": 180,
Expand Down Expand Up @@ -4351,9 +4351,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"start": 4314,
"end": 5124,
"end": 5112,
"loc": {
"start": {
"line": 158,
Expand All @@ -4368,8 +4368,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
"start": 5125,
"end": 5227,
"start": 5113,
"end": 5215,
"loc": {
"start": {
"line": 171,
Expand All @@ -4384,8 +4384,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
"start": 5228,
"end": 5350,
"start": 5216,
"end": 5338,
"loc": {
"start": {
"line": 174,
Expand All @@ -4399,9 +4399,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5351,
"end": 5446,
"value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5339,
"end": 5428,
"loc": {
"start": {
"line": 177,
Expand All @@ -4415,9 +4415,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5447,
"end": 5546,
"value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5429,
"end": 5522,
"loc": {
"start": {
"line": 180,
Expand Down Expand Up @@ -11783,9 +11783,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {NodeJSHttpServer|NodeJSHttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"value": "*\n * The options to be passed into {@link Bot} constructor.\n * @typedef {Object} BotOptions\n * @property {Topology} [topology] See WebGroupOptions.topology\n * @property {string} [signalingServer] See WebGroupOptions.signalingServer\n * @property {RTCConfiguration} [rtcConfiguration] See WebGroupOptions.rtcConfiguration\n * @property {boolean} [autoRejoin] See WebGroupOptions.autoRejoin\n * @property {Object} bot Server related options of the bot.\n * @property {HttpServer|HttpsServer} bot.server NodeJS http(s) server.\n * @property {string} [bot.url] Bot server URL.\n * @property {boolean} [bot.perMessageDeflate] Enable/disable permessage-deflate.\n * @property {boolean} [bot.leaveOnceAlone] If true, bot will live (disconnect from the signaling server) if no other peers left in the group.\n ",
"start": 4314,
"end": 5124,
"end": 5112,
"loc": {
"start": {
"line": 158,
Expand All @@ -11800,8 +11800,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {RTCConfiguration} https://developer.mozilla.org/en/docs/Web/API/RTCConfiguration\n ",
"start": 5125,
"end": 5227,
"start": 5113,
"end": 5215,
"loc": {
"start": {
"line": 171,
Expand All @@ -11816,8 +11816,8 @@
{
"type": "CommentBlock",
"value": "*\n * @external {Uint8Array} https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array\n ",
"start": 5228,
"end": 5350,
"start": 5216,
"end": 5338,
"loc": {
"start": {
"line": 174,
Expand All @@ -11831,9 +11831,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5351,
"end": 5446,
"value": "*\n * @external {HttpServer} https://nodejs.org/api/http.html#http_class_http_server\n ",
"start": 5339,
"end": 5428,
"loc": {
"start": {
"line": 177,
Expand All @@ -11847,9 +11847,9 @@
},
{
"type": "CommentBlock",
"value": "*\n * @external {NodeJSHttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5447,
"end": 5546,
"value": "*\n * @external {HttpsServer} https://nodejs.org/api/https.html#https_class_https_server\n ",
"start": 5429,
"end": 5522,
"loc": {
"start": {
"line": 180,
Expand All @@ -11874,8 +11874,8 @@
"binop": null,
"updateContext": null
},
"start": 5547,
"end": 5547,
"start": 5523,
"end": 5523,
"loc": {
"start": {
"line": 183,
Expand Down
Loading

0 comments on commit 662c045

Please sign in to comment.