/tags/jsdoc_toolkit-2.4.0/jsdoc-toolkit/app/test/params_optional.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 8 lines · 2 code · 1 blank · 5 comment · 0 complexity · de5c189ae65f1ddb5dc123a7875a7f1c MD5 · raw file
- /**
- * @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){
- }