pad.libre-service.eu-etherpad/doc/jsdoc-toolkit/app/test/params_optional.js
Peter 'Pita' Martischka 325c322a27 first-commit
2011-03-26 13:10:41 +00:00

8 lines
No EOL
197 B
JavaScript

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