node-query/node_modules/jsdoc/plugins/test/fixtures/seetag-markdown.js

12 lines
119 B
JavaScript

/**
* @see [Nowhere](http://nowhere.com)
*/
function foo() {
}
/**
* @see AnObject#myProperty
*/
function bar() {
}