Continued work on JSDoc for src/app
This commit is contained in:
parent
fd760e4dab
commit
ad057916d8
4 changed files with 96 additions and 8 deletions
|
|
@ -19,9 +19,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
*/
|
||||
class chat{
|
||||
/**
|
||||
*
|
||||
* Instantiates a chat message object
|
||||
* @param {connectedUser} user - User who sent the message
|
||||
* @param {string} flair - Flair ID String for the flair used to send the message
|
||||
* @param {String} flair - Flair ID String for the flair used to send the message
|
||||
* @param {Number} highLevel - Number representing current high level
|
||||
* @param {String} msg - Contents of the message, with links replaced with numbered file-seperator markers
|
||||
* @param {String} type - Message Type Identifier, used for client-side processing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue