/trunk/jsdoc-toolkit/app/test/augments2.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 26 lines · 12 code · 2 blank · 12 comment · 0 complexity · 3666f721884f9489b077efcadcd5ee37 MD5 · raw file
- /**
- @constructor
- */
- function LibraryItem() {
- this.reserve = function() {
- }
- }
- /**
- @constructor
- */
- function Junkmail() {
- this.annoy = function() {
- }
- }
- /**
- @inherits Junkmail.prototype.annoy as pester
- @augments ThreeColumnPage
- @augments LibraryItem
- @constructor
- */
- function NewsletterPage() {
- this.getHeadline = function() {
- }
- }