1 repositorio
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.
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.