awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • documentationjs/documentationAvatar von documentationjs

    documentationjs/documentation

    5,798Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,798
  1. Home
  2. Software Engineering & Architecture
  3. Coding Standards Enforcement
  4. JavaScript Style Linting
  5. JSDoc Annotation Validators