jsdoc/test/fixtures/todotag.js
2013-02-22 14:47:34 +10:00

7 lines
80 B
JavaScript

/** A function.
* @todo something
* @todo something else
*/
function x() {
}