sbin/res/jsdoc/app/test/params_optional.js
author cavaliet
Fri, 24 Aug 2012 11:59:40 +0200
branchnew-model
changeset 934 aa1ede2e2c29
parent 520 fe008e95a716
permissions -rw-r--r--
Merge with 48dac21e086f37fbdd0c39823d77a2b652313789


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