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