From c424c4a902df5c8eadc0be747206ad130a5a847a Mon Sep 17 00:00:00 2001 From: 1Computer1 Date: Sun, 14 May 2017 02:16:07 -0400 Subject: [PATCH] Fix and build docs --- docs/BTTVEmote.html | 563 +++++---- docs/Channel.html | 720 +---------- docs/Collection.html | 24 +- docs/Emote.html | 432 +------ docs/EmoteFetcher.html | 1907 +----------------------------- docs/EmoteParser.html | 479 +------- docs/FFZEmote.html | 560 +++++---- docs/TwitchEmote.html | 471 ++++++-- docs/index.html | 4 +- docs/struct_BTTVEmote.js.html | 9 +- docs/struct_Channel.js.html | 14 +- docs/struct_Emote.js.html | 17 +- docs/struct_EmoteFetcher.js.html | 28 +- docs/struct_EmoteParser.js.html | 12 +- docs/struct_FFZEmote.js.html | 15 +- docs/struct_TwitchEmote.js.html | 33 +- docs/util_Collection.js.html | 4 +- src/struct/BTTVEmote.js | 7 +- src/struct/Channel.js | 6 +- src/struct/Emote.js | 6 +- src/struct/EmoteFetcher.js | 6 +- src/struct/EmoteParser.js | 6 +- src/struct/FFZEmote.js | 7 +- src/struct/TwitchEmote.js | 7 +- 24 files changed, 1145 insertions(+), 4192 deletions(-) diff --git a/docs/BTTVEmote.html b/docs/BTTVEmote.html index e0d3ec5..a4258d8 100644 --- a/docs/BTTVEmote.html +++ b/docs/BTTVEmote.html @@ -22,7 +22,7 @@
@@ -53,7 +53,7 @@

-

new BTTVEmote()

+

new BTTVEmote(channel, id, data)

@@ -65,7 +65,7 @@

new BTTVEmot
Source:
@@ -118,112 +118,145 @@

new BTTVEmot +

Parameters:
+ + + + + + + + + + + + + + + + + + + + + + - - - + + - + + + + - + - -

Members

+ - -

imageType :string

+ + + + + + + + - + - + - + + + +
NameTypeDescription
channel + + +Channel + +

Channel this emote belongs to.

id + + +string - - + +

ID of the emote.

data + + +data -
- -
Source:
-
- + +

The raw emote data.

- - - - - - - - - - - - -
-

The image type of the emote.

-
+ +
+ + +

Extends

+ -
Type:
- - + + + + + + +

Members

-

(readonly, nullable) owner :Channel

+

channel :Channel

@@ -234,7 +267,7 @@

(readonly, nullable) Source:
@@ -243,6 +276,11 @@

(readonly, nullable) Inherited From: +
+ @@ -274,7 +312,7 @@

(readonly, nullable) -

The channel of this emote's creator.
Not guaranteed to contain the emote, or be cached.

+

The channel this emote belongs to.
Only accurate and constant on Twitch emotes.
For other types of emotes, use the owner or ownerName property.

@@ -296,7 +334,7 @@
Type:
-

(nullable) ownerName :string

+

code :string

@@ -307,7 +345,7 @@

(nullable) o
Source:
@@ -316,6 +354,11 @@

(nullable) o +
Inherited From:
+
+ @@ -347,7 +390,7 @@

(nullable) o
-

The name of the emote creator's channel.
Will be null for global emotes.

+

The code or name of the emote.

@@ -368,19 +411,9 @@

Type:
- - - -

Methods

- - +

fetcher :EmoteFetcher

- - - - - @@ -390,7 +423,7 @@