sbin/res/jsdoc/app/test/params_optional.js
branchjsdoc
changeset 520 fe008e95a716
equal deleted inserted replaced
519:46e21d060650 520:fe008e95a716
       
     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 }