thirdparty/jsdoctoolkit/app/test/params_optional.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 
       
     2 /**
       
     3  * @param {Page[]} pages
       
     4  * @param {number} [id] Specifies the id, if applicable.
       
     5  * @param {String} [title = This is untitled.] Specifies the title.
       
     6  */
       
     7 function Document(pages, id, title){
       
     8 }