/tags/jsdoc_toolkit-1.3.3/test/data/augments2.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 26 lines · 12 code · 2 blank · 12 comment · 0 complexity · 505f1ec39079869ee99afbd7179a898b MD5 · raw file
- /**
- @constructor
- */
- function LibraryItem() {
- this.reserve = function() {
- }
- }
- /**
- @constructor
- */
- function Junkmail() {
- this.annoy = function() {
- }
- }
- /**
- @augments ThreeColumnPage
- @augments LibraryItem
- @inherits Junkmail.annoy
- @constructor
- */
- function NewsletterPage() {
- this.getHeadline = function() {
- }
- }