sbin/res/jsdoc/app/test/params_optional.js
author hamidouk
Mon, 06 Feb 2012 16:04:46 +0100
branchpopcorn-port
changeset 783 591b117c19ca
parent 520 fe008e95a716
permissions -rw-r--r--
be more picky about what we get.


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