sbin/res/jsdoc/app/test/params_optional.js
author veltr
Wed, 27 Jun 2012 19:03:18 +0200
branchnew-model
changeset 921 d4dc652bf050
parent 520 fe008e95a716
permissions -rw-r--r--
Added Slideshare Widget


/**
 * @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){
}