mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
12 lines
176 B
JavaScript
12 lines
176 B
JavaScript
/** @namespace */
|
|
var x = {
|
|
};
|
|
/** @namespace Foo */
|
|
/** @namespace {function} Bar */
|
|
|
|
/** @namespace */
|
|
var S = {
|
|
/** Member of the namespace S. */
|
|
Socket: function() {}
|
|
};
|