我有以下课程
jsdoc
现在,当我运行$> /node_modules/.bin/jsdoc test.js
exports
我在生成的文档中看到了
名为 float pLife = 5.0f;
private IEnumerator SetParticleLifeTime(float time){
while (pLife - Time.time) {
Debug.Log (time-Time.time);
yield return new WaitForSeconds(0);
};
Destroy (this.gameObject);
}
且 Bar 且 Foo 的类已成为全局变量。 Enum TEST是该课程的成员,但与Bar和Foo不再相关。有什么建议我用jsdoc做错了吗?