Source: tags/module.js

/** @module bookshelf */
/** @class */
this.Book = function (title) {
    /** The title. */
    this.title = title;
};
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.