0.0.1 • Published 7 years ago

jsdoc-example v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Main

Main~Book

Represents a book.

Kind: inner class of Main

new Book(title, author)

ParamTypeDescription
titlestringThe title of the book.
authorstringThe 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

ParamTypeDescription
numnumberThe number to which add 2.
0.0.1

7 years ago