sbin/res/jsdoc/app/test/params_optional.js
author hamidouk
Mon, 30 Jan 2012 17:27:20 +0100
branchpopcorn-port
changeset 747 21ca8cd8ac83
parent 520 fe008e95a716
permissions -rw-r--r--
changed a setting.


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