pad.libre-service.eu-etherpad/doc/jsdoc-toolkit/app/test/params_optional.js

8 lines
197 B
JavaScript
Raw Normal View History

2011-03-26 14:10:41 +01: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){
}