Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8428841
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:10:04+00:00 2026-06-10T05:10:04+00:00

One of my classes generates a jsDoc error because it is extending goog.Disposable. I

  • 0

One of my classes generates a jsDoc error because it is extending goog.Disposable. I am using @extends to specify this, but it’s still not working. Files compile without errors with the closure linter.
the code can be found here”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:10:05+00:00Added an answer on June 10, 2026 at 5:10 am

    Your JavaScript file contains the following line:

    goog.inherits(goog.Disposable, niuzly.base.errorHandler);
    

    goog.inherits takes the child constructor followed by the parent constructor:

    goog.inherits(niuzly.base.errorHandler, goog.Disposable);
    

    For a JSDoc-Toolkit template, you could try gcodewiki. Using gcodewiki, I successfully generated JSDoc for your file niuzly.base.errorHandler.js with the following warnings:

    >> WARNING: Trying to document errorHandler as a member of undocumented symbol niuzly.base.
    >> WARNING: Can't augment contributer: goog.Disposable, not found.
    

    Including Closure Library’s base.js and disposable.js as inputs to JSDoc-Toolkit eliminates the warning Can't augment contributer: goog.Disposable, not found.

    To eliminate the warning about the undocumented symbol niuzly.base, you could add the following to your source file or just ignore the warning.

    /**
     * @type {Object} Namespace for Niuzly Inc.
     */
    var niuzly = niuzly || {};
    
    /**
     * @type {Object} Base namespace.
     */
    niuzly.base = niuzly.base || {};
    

    JSDoc 3

    Using JSDoc 3 instead of the older JSDoc-Toolkit successfully generated documentation when only niuzly.base.errorHandler.js and disposable.js were specified. In addition, there was no warning about the undocumented symbol niuzly.base.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one question. I am using Apache CXF framework to generate model classes
Using Entity Framework 4.3 in one of my data access classes I have generic
I'm using Linq to SQL, which generates partial classes and partial methods. You then
When I generate service classes with jax-ws it generates a static statement like this:
I am using System.Timers.Timer class in one of the classes in my application. I
I have two classes one of which inherits from the other. Im trying to
i'm writing two anidated classes one is a dict the other a list? having
I have a button in one of my classes that i create it with
All -- I have these two methods in one of my classes: public static
I'm executing the java binary from one of my classes, and a ClassNotFoundException gets

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.