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

12 lines
119 B
JavaScript
Raw Normal View History

2014-10-20 16:56:45 -04:00
/**
* @see [Nowhere](http://nowhere.com)
*/
function foo() {
}
/**
* @see AnObject#myProperty
*/
function bar() {
}