/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

  1. /**
  2. * @param {Page[]} pages
  3. * @param {number} [id] Specifies the id, if applicable.
  4. * @param {String} [title = This is untitled.] Specifies the title.
  5. */
  6. function Document(pages, id, title){
  7. }