sbin/res/jsdoc/app/test/params_optional.js
author veltr
Fri, 02 Mar 2012 13:25:07 +0100
branchcinecast-traces
changeset 824 caed06b21f77
parent 520 fe008e95a716
permissions -rw-r--r--
commit before merge


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