paste.chapril.org-privatebin/jsdoc_toolkit-2.3.3-beta/app/test/params_optional.js
2010-05-26 15:34:42 -07:00

8 lines
197 B
JavaScript

/**
* @param {Page[]} pages
* @param {number} [id] Specifies the id, if applicable.
* @param {String} [title = This is untitled.] Specifies the title.
*/
function Document(pages, id, title){
}