sbin/res/jsdoc/app/test/params_optional.js
author hamidouk
Tue, 17 Jan 2012 16:36:25 +0100
branchpopcorn-port
changeset 654 bf65c3364d2d
parent 520 fe008e95a716
permissions -rw-r--r--
autofocus the search field.


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