/branches/jsdoc_tk_gui/setup/test/data/augments2.js
http://jsdoc-toolkit.googlecode.com/ · JavaScript · 26 lines · 12 code · 2 blank · 12 comment · 0 complexity · 4a218f2074d461b174cb8c5ac12dcd08 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() {
- }
- }