Skip to content

Commit 0d77fb4

Browse files
committed
docs: remove unknown tags
1 parent 2211b40 commit 0d77fb4

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

doc.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tags": {
3-
"allowUnknownTags": true,
3+
"allowUnknownTags": false,
44
"dictionaries": ["jsdoc","closure"]
55
},
66
"source": {

src/core/Stage.js

-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ const Stage = Class.create(/** @lends Stage.prototype */ {
203203
return this;
204204
},
205205
/**
206-
* @language=zh
207206
* 开启/关闭舞台的DOM事件响应。要让舞台上的可视对象响应用户交互,必须先使用此方法开启舞台的相应事件的响应。
208207
* @param {String|Array} type 要开启/关闭的事件名称或数组。
209208
* @param {Boolean} enabled 指定开启还是关闭。如果不传此参数,则默认为开启。
@@ -226,7 +225,6 @@ const Stage = Class.create(/** @lends Stage.prototype */ {
226225
return this;
227226
},
228227
/**
229-
* @language=zh
230228
* DOM事件处理函数。此方法会把事件调度到事件的坐标点所对应的可视对象。
231229
* @private
232230
*/

src/renderer/extensions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const extensions = {
2525

2626
/**
2727
* WEBGL_lose_context扩展
28-
* @typeof {WebGLLoseContext}
28+
* @type {WebGLLoseContext}
2929
*/
3030
loseContext: undefined,
3131

0 commit comments

Comments
 (0)