Source: tags/private.js

/** @namespace */
var Documents = {
    /**
     * An ordinary newspaper.
     */
    Newspaper: 1,
    /**
     * My diary.
     * @private
     */
    Diary: 2
};
THIS IS A DEMO: All content was generated with examples taken from the JSDoc page.