sbin/res/jsdoc/app/test/params_optional.js
author hamidouk
Tue, 31 Jan 2012 17:22:10 +0100
branchnih-youtube
changeset 756 f971fb0f2a3e
parent 520 fe008e95a716
permissions -rw-r--r--
more work on the youtube rewrite front.


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