/branches/version1.x/test/data/params_optional.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 9 lines · 2 code · 1 blank · 6 comment · 0 complexity · 02611fcc13010e2170dc45006cc9de33 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. }