mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix typo; cleanup
This commit is contained in:
parent
a2512832a7
commit
65b2fd6499
14
test/fixtures/jslangnames.js
vendored
14
test/fixtures/jslangnames.js
vendored
@ -5,19 +5,19 @@ var constructor = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/** @namespace */
|
/** @namespace */
|
||||||
var prototye = {
|
var prototype = {
|
||||||
/** document me */
|
/** document me */
|
||||||
valueOf: function(){}
|
valueOf: function(){}
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This is Object
|
* This is Object
|
||||||
@namespace Object
|
* @namespace Object
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This is Object.hasOwnProperty
|
* This is Object.hasOwnProperty
|
||||||
@method Object.hasOwnProperty
|
* @method Object.hasOwnProperty
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// NOTE: you can't document a prototype of an object in JSDoc -- seriously, you just can't
|
// NOTE: you can't document a prototype of an object in JSDoc -- seriously, you just can't
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user