/tags/jsdoc_toolkit-1.4.0/test/data/params.js

http://jsdoc-toolkit.googlecode.com/ · JavaScript · 22 lines · 10 code · 6 blank · 6 comment · 0 complexity · 0f1cf947759450e2e41d6dc83db2e238 MD5 · raw file

  1. /**
  2. * @param { String , Array } [id] Specifies the id, if applicable.
  3. */
  4. function Document(id){
  5. this.publish = function(
  6. source,
  7. format,
  8. target
  9. )
  10. {}
  11. }
  12. /**
  13. * @param tag {String} Specifies the id, if applicable.
  14. */
  15. function Paragraph(id){
  16. }