Skip to content

Commit 1afcb0e

Browse files
committed
docs: fix AV.Conversation's api doc index generation
1 parent c2f7ddf commit 1afcb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ const request = require('./request').request;
44
const AV = require('./av');
55

66
/**
7-
* @class AV.Conversation
87
* <p>An AV.Conversation is a local representation of a LeanCloud realtime's
98
* conversation. This class is a subclass of AV.Object, and retains the
109
* same functionality of an AV.Object, but also extends it with various
1110
* conversation specific methods, like get members, creators of this conversation.
1211
* </p>
1312
*
13+
* @class AV.Conversation
1414
* @param {String} name The name of the Role to create.
1515
* @param {Boolean} [options.isSystem] Set this conversation as system conversation.
1616
* @param {Boolean} [options.isTransient] Set this conversation as transient conversation.

0 commit comments

Comments
 (0)