とAMD +バックボーンプロジェクトを文書化します コードサンプル: /**
* This is a root model for DLClass
* @module models/DLClass
*/
define([
'underscore',
'backbone'
], /** @lends DLClass */ function (_, Backbone) {
それはそうのように、JSDocのスタイルのコメントを入力するために、崇高なテキストまたはWebstormに、好ましくは、可能です: /**
* Repeat <tt>str</tt> several times.
* @param {string} str The string to repeat.
* @param {number} times How many times to repe
JSDoc @typeタグでは、/** @type {Number} */などの可変タイプを指定できます。しかし、中括弧なしで/** @type Number */も表示されており、同様に有効です。 Use JSDocには、中括弧ありとなしの両方の例がありますが、その違いについては説明しません。 Google Closure Compilerのドキュメントでは、すべての宣言に中括弧が必要であること