awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • documentationjs/documentationdocumentationjs 的头像

    documentationjs/documentation

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