mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
// Test for @augments tags that refer to undefined symbols
|
|
/**
|
|
* @constructor
|
|
* @extends Foo
|
|
*/
|
|
function Bar() {}
|