moduleObject
Class used to test jsdoc templating. This class will start very minimal and grow as various documenting use cases become apparent.
objectMethod
Class used to test jsdoc templating. This class will start very minimal and grow as various documenting use cases become apparent.
Function
objectMethod(opts) Parameters
Name | Type | Description |
---|---|---|
opts | object | moduleFunction options. |
opts
Name | Type | Description |
---|---|---|
prop1 | string | A very import property. |
prop2 | string | A less important property. |
moduleObject.method({
prop1: 'super duper important'
prop2: 'ehhh'
});