mirror of
https://github.com/jsdoc/jsdoc.git
synced 2026-02-01 16:45:41 +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() {}
|