jsdoc/test/fixtures/nosideeffectstag.js

6 lines
83 B
JavaScript

/**
* A function that does nothing.
* @nosideeffects
*/
function doNothing() {}