Spaces:
Running
Running
| /** | |
| * A test constructor. | |
| * @constructor | |
| * @ignore | |
| */ | |
| function Ignored() { | |
| /** a method */ | |
| this.bar = function() { | |
| } | |
| } |
| /** | |
| * A test constructor. | |
| * @constructor | |
| * @ignore | |
| */ | |
| function Ignored() { | |
| /** a method */ | |
| this.bar = function() { | |
| } | |
| } |