Module: testDoc

Test module for JSDoc documentation
Source:

Methods

(inner) anotherFunction(num) → {number}

Another test function
Parameters:
Name Type Description
num number A number
Source:
Returns:
The number doubled
Type
number

(inner) testFunction(message) → {string}

A simple test function
Parameters:
Name Type Description
message string The message to log
Source:
Returns:
The processed message
Type
string