sbin/res/jsdoc/app/test/params_optional.js
author veltr
Wed, 18 Jan 2012 10:21:53 +0100
branchpopcorn-port
changeset 658 cfaf0986d22b
parent 520 fe008e95a716
permissions -rw-r--r--
Merge with bf65c3364d2db4ab904fe576de1a9d471e9923a2


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