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
12
test/fixtures/jslangnames.js
vendored
12
test/fixtures/jslangnames.js
vendored
@ -5,19 +5,19 @@ var constructor = {
|
||||
};
|
||||
|
||||
/** @namespace */
|
||||
var prototye = {
|
||||
var prototype = {
|
||||
/** document me */
|
||||
valueOf: function(){}
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
This is Object
|
||||
@namespace Object
|
||||
* This is Object
|
||||
* @namespace Object
|
||||
*/
|
||||
|
||||
/**
|
||||
This is Object.hasOwnProperty
|
||||
@method Object.hasOwnProperty
|
||||
* This is Object.hasOwnProperty
|
||||
* @method Object.hasOwnProperty
|
||||
*/
|
||||
|
||||
// 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