Skip to content

JSDoc annotations across all modules #25

@theonlytruebigmac

Description

@theonlytruebigmac

Description

Add JSDoc annotations to all exported functions across all modules for better IDE support and auto-generated documentation.

Scope

  • JSDoc comments for all public functions in scraper.js, storage.js, popup.js, service-worker.js
  • Type annotations for parameters and return values
  • Generate API docs from JSDoc (optional: use jsdoc or typedoc)

Acceptance Criteria

  • All public functions have JSDoc with @param, @returns, @description
  • IDE autocomplete works for all functions
  • No JSDoc warnings or errors
  • Types are accurate and helpful

Part of #5

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationDocumentation improvementspriority:lowNice to haverefactorCode quality improvement (no behavior change)

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions