jsdoc-example
v0.0.1
Published
<a name="module_Main"></a>
Readme
Main
- Main
- ~Book
- ~greeting : string
- ~location : string
- ~addTwo(num) ⇒ number
Main~Book
Represents a book.
Kind: inner class of Main
new Book(title, author)
| Param | Type | Description | | --- | --- | --- | | title | string | The title of the book. | | author | string | The author of the book. |
Main~greeting : string
Kind: inner constant of Main
Default: "Hello"
Main~location : string
Represent the default location city name
Kind: inner constant of Main
Default: "Chicago"
Main~addTwo(num) ⇒ number
Represent the add function
Kind: inner method of Main
| Param | Type | Description | | --- | --- | --- | | num | number | The number to which add 2. |
