documentation/test/fixture/inline-link.output.custom.md
2015-09-28 21:09:20 -04:00

298 B

addOne(a)

Adds one to a number

Parameters

  • a number the input

Returns number the output

exports(a)

This function returns the number one. Internally, this uses {@link addOne} to do the math.

Parameters

  • a number the input

Returns number numberone