pad.pub0.org/doc/jsdoc-toolkit/app/test/params_optional.js

8 lines
197 B
JavaScript
Raw Normal View History

2011-03-26 13:10:41 +00:00
/**
* @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){
}