paste.chapril.org-privatebin/jsdoc_toolkit-2.3.3-beta/app/test/params_optional.js

8 lines
197 B
JavaScript
Raw Normal View History

2010-05-27 00:34:42 +02:00
/**
* @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){
}