awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesJSDoc Annotation Validators

Tools that specifically validate JSDoc comment syntax and correctness in JavaScript source code.

Distinct from JavaScript Style Linting: Distinct from JavaScript Style Linting: focuses on JSDoc annotation correctness and completeness, not general JavaScript code style.

Explore 1 awesome GitHub repository matching software engineering & architecture · JSDoc Annotation Validators. Refine with filters or upvote what's useful.

Awesome JSDoc Annotation Validators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • documentationjs/documentationAvatar de documentationjs

    documentationjs/documentation

    5,798Ver en GitHub↗

    Documentation.js is a multi-purpose documentation tool that parses JSDoc annotations from JavaScript and TypeScript source files to generate formatted API documentation. It functions as both a documentation generator and a JSDoc linter, scanning source code for non-standard or incorrect annotations and returning human-readable warnings to enforce documentation quality. The tool operates through a pipeline-based architecture that parses JSDoc comments into an abstract syntax tree, validates annotations against style and correctness rules, and outputs documentation through interchangeable plugi

    Scans source files for non-standard or incorrect JSDoc annotations and returns human-readable warnings.

    JavaScript
    Ver en GitHub↗5,798
  1. Home
  2. Software Engineering & Architecture
  3. Coding Standards Enforcement
  4. JavaScript Style Linting
  5. JSDoc Annotation Validators