mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
commit test fixture
This commit is contained in:
parent
c6528bb090
commit
16b8aa0a73
18
test/fixtures/memberoftag5.js
vendored
Normal file
18
test/fixtures/memberoftag5.js
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* Socket class.
|
||||
* @class
|
||||
* @memberof module:network
|
||||
*/
|
||||
function Socket() {}
|
||||
|
||||
/**
|
||||
* Open the socket.
|
||||
*/
|
||||
Socket.prototype.open = function() {};
|
||||
|
||||
/**
|
||||
* Unique identifier for `Socket` class.
|
||||
*/
|
||||
Socket.uid = '12345';
|
||||
Loading…
x
Reference in New Issue
Block a user