mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Added test fixture for extended external.
This commit is contained in:
parent
22e4812275
commit
717c2bb0d8
11
test/fixtures/externals2.js
vendored
Normal file
11
test/fixtures/externals2.js
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
/**
|
||||||
|
Namespace provided by the browser.
|
||||||
|
@external XMLHttpRequest
|
||||||
|
@see https://developer.mozilla.org/en/xmlhttprequest
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
Extends the built in XMLHttpRequest to send data encoded with a secret key.
|
||||||
|
@class EncryptedRequest
|
||||||
|
@extends external:XMLHttpRequest
|
||||||
|
*/
|
||||||
Loading…
x
Reference in New Issue
Block a user