Merge pull request #746 from mrcslws/wrong-gap-edge-point
[dygraphs.git] / jsdoc-toolkit / app / test / params_optional.js
1
2 /**
3 * @param {Page[]} pages
4 * @param {number} [id] Specifies the id, if applicable.
5 * @param {String} [title = This is untitled.] Specifies the title.
6 */
7 function Document(pages, id, title){
8 }