documentation/test/fixture/empty-example.input.js
2016-01-19 10:38:42 +08:00

9 lines
110 B
JavaScript

/**
* This function returns the number plus two.
*
* @example
*/
function returnTwo() {
return a + 2;
}