initial commit for GitHub
This commit is contained in:
8
jsdoc_toolkit-2.3.3-beta/app/test/params_optional.js
Normal file
8
jsdoc_toolkit-2.3.3-beta/app/test/params_optional.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
* @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){
|
||||
}
|
||||
Reference in New Issue
Block a user