can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / params_optional.js
CommitLineData
629a09ae
DV
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 */
7function Document(pages, id, title){
8}