sbin/res/jsdoc/app/test/params_optional.js
author veltr
Mon, 05 Nov 2012 19:03:44 +0100
branchplatform-restapi
changeset 978 fcddc519938c
parent 520 fe008e95a716
permissions -rw-r--r--
Closing branch: platform-restapi


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