/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
- /**
- * @param { String , Array } [id] Specifies the id, if applicable.
- */
- function Document(id){
- this.publish = function(
- source,
- format,
- target
- )
- {}
- }
- /**
- * @param tag {String} Specifies the id, if applicable.
- */
- function Paragraph(id){
- }