jsdoc/test/cases/requirestag.js
2011-01-16 11:49:47 +00:00

13 lines
142 B
JavaScript

/**
* @requires module:foo/helper
*/
function foo() {
}
/**
* @requires foo
* @requires Pez#blat this text is ignored
*/
function bar() {
}