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
·
jsdoc avatar

jsdoc/jsdoc

0
View on GitHub↗
15,442 estrellas·1,493 forks·JavaScript·Apache-2.0·5 vistasjsdoc.app↗

Jsdoc

JSDoc is a JavaScript API documentation generator that parses comments in source code to produce structured documentation files for a project interface. It functions as a source code documentation tool that extracts metadata from code comments to automate the creation of technical API references.

The system operates as a template-based documentation engine, supporting external templates to customize the visual presentation and layout of the output. It also serves as a Markdown documentation exporter, transforming extracted documentation into Markdown files for use on alternative publishing platforms.

The tool provides capabilities for automated documentation workflows and custom documentation templating. It supports the generation of JavaScript API documentation and the export of that content to Markdown.

Features

  • Documentation Generators - Generates structured technical documentation by extracting and formatting information from source code comments.
  • Source Code Documentation Tools - Extracts metadata from code comments to automate the creation of technical API references.
  • JavaScript - Parses comments in JavaScript source code to produce structured documentation files for a project interface.
  • JavaScript API Documentation - Generates structured documentation from JavaScript source code comments to describe library or application interfaces.
  • Metadata Extraction Tools - Parses source code comments using a specific syntax to extract structured metadata for technical documentation.
  • Markdown Converters - Converts internal documentation data into formatted Markdown text for compatibility with various publishing platforms.
  • Document Generation Templates - Uses external templates to customize the visual layout and structure of generated API references.
  • PDF to Markdown Converters - Transforms extracted documentation into Markdown files for hosting on platforms like GitHub.
  • Template-Driven Generation Engines - Processes extracted documentation metadata through external templates to generate structured HTML output.
  • Pluggable Documentation Pipelines - Implements a pluggable pipeline allowing external plugins to intercept and modify documentation data before output.
  • Documentation Build Configurations - Provides a centralized configuration system to define source paths, output targets, and template preferences.
  • Documentation Automation - Automates the documentation lifecycle by triggering updates based on code changes within CI pipelines.
  • Abstract Syntax Tree Parsers - Analyzes the source code structure via abstract syntax trees to map documentation comments to the correct code elements.
  • Documentation Layouts - Allows the application of external templates to customize how the generated documentation is structured and presented.
  • Documentation Generators - Standard API documentation generator for JavaScript.
  • Notes and Documentation - API documentation generator for JavaScript.

Historial de estrellas

Gráfico del historial de estrellas de jsdoc/jsdocGráfico del historial de estrellas de jsdoc/jsdoc

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Jsdoc

Proyectos open-source similares, clasificados según cuántas características comparten con Jsdoc.
  • apidoc/apidocAvatar de apidoc

    apidoc/apidoc

    9,667Ver en GitHub↗

    apidoc is a source-code API documentation generator that parses specialized annotations within comments to automatically create a searchable API documentation website. It functions as an annotation-based API parser and a static documentation site generator, extracting definitions directly from the codebase to maintain a synchronized reference. The tool is designed as a multi-language parser, using configurable regular expressions to extract metadata from various programming languages. It can also serve as a JSON API definition exporter, converting source-code comments into raw JSON files for

    JavaScript
    Ver en GitHub↗9,667
  • fokkyp/softwarecopyright-skillAvatar de Fokkyp

    Fokkyp/SoftwareCopyright-Skill

    4,035Ver en GitHub↗

    SoftwareCopyright-Skill is a software copyright application generator and documentation tool designed to automate the creation of registration materials and operation manuals. It analyzes local project source code to produce formatted documents and source code extracts required for official software copyright filings. The project synthesizes software operation manuals by translating project business logic and technical features into descriptive functional text. It utilizes template-based generation to inject extracted project data into standardized Word documents, facilitating the creation of

    Python
    Ver en GitHub↗4,035
  • realm/jazzyAvatar de realm

    realm/jazzy

    7,384Ver en GitHub↗

    Jazzy is a source code documentation tool and API generator designed for Swift and Objective-C. It analyzes project roots and compiled modules to produce searchable HTML websites or offline docsets. The system functions as a multi-module API documenter, aggregating documentation from separate source modules into a single site with cross-module linking. It serves as a markdown-based documentation engine that integrates technical guides and LaTeX mathematical equations to complement generated API references. The tool covers a broad capability surface including multi-language API generation for

    Ruby
    Ver en GitHub↗7,384
  • rtfd/readthedocs.orgAvatar de rtfd

    rtfd/readthedocs.org

    8,365Ver en GitHub↗

    Read the Docs is an automated documentation hosting platform that transforms source files from version control into published websites. It functions as a documentation pipeline that updates content automatically on every commit to keep technical manuals in sync with software releases. The platform provides specialized hosting for static site documentation and integrates as a CI/CD pipeline for documentation workflows. It utilizes a webhook-driven build system to trigger documentation rebuilds automatically by listening for push events from remote version control systems. The service supports

    Python
    Ver en GitHub↗8,365
Ver las 30 alternativas a Jsdoc→

Preguntas frecuentes

¿Qué hace jsdoc/jsdoc?

JSDoc is a JavaScript API documentation generator that parses comments in source code to produce structured documentation files for a project interface. It functions as a source code documentation tool that extracts metadata from code comments to automate the creation of technical API references.

¿Cuáles son las características principales de jsdoc/jsdoc?

Las características principales de jsdoc/jsdoc son: Documentation Generators, Source Code Documentation Tools, JavaScript, JavaScript API Documentation, Metadata Extraction Tools, Markdown Converters, Document Generation Templates, PDF to Markdown Converters.

¿Qué alternativas de código abierto existen para jsdoc/jsdoc?

Las alternativas de código abierto para jsdoc/jsdoc incluyen: apidoc/apidoc — apidoc is a source-code API documentation generator that parses specialized annotations within comments to… fokkyp/softwarecopyright-skill — SoftwareCopyright-Skill is a software copyright application generator and documentation tool designed to automate the… realm/jazzy — Jazzy is a source code documentation tool and API generator designed for Swift and Objective-C. It analyzes project… rtfd/readthedocs.org — Read the Docs is an automated documentation hosting platform that transforms source files from version control into… sphinx-doc/sphinx — Sphinx is an extensible documentation framework and multi-format document publisher. It serves as a technical content… rust-lang/mdbook — mdBook is a documentation build system and static site generator designed to compile collections of Markdown files…