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