# doxygen/doxygen

Official doxygen git repository

Repository: https://github.com/doxygen/doxygen
Canonical: https://ross.abutalabs.com/products/doxygen
Homepage: https://www.doxygen.org
Language: C++
License: GPL-2.0
License Family: copyleft
Topics: doxygen, doxygen-documentation
Last push: 2026-08-26T18:50:38+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 85, longevity 100
- inputs: {"age_days": 4854, "days_push": 7, "days_rel": 20, "gap_med": 89.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6563, forks 1354 (observed 2026-08-28T04:09:45.249342+00:00)

## What it is
Doxygen is the de facto standard open-source tool for generating documentation from annotated source code, with primary support for C++ and additional support for C, Python, Java, PHP, C#, Objective-C, Fortran, VHDL, and more. It parses source comments and code structure to produce HTML, LaTeX/PDF, RTF, XML, and man-page output, including dependency graphs and inheritance diagrams.

## Use cases
- generate api documentation from c++ source comments
- produce html and pdf reference manuals from code
- extract class structure from undocumented codebases
- generate inheritance and collaboration diagrams
- document a multi-language codebase consistently
- create offline documentation for a large c project

## When to choose
- you maintain C, C++, or other compiled-language code needing API docs
- you want documentation generated directly from source comments
- you need multiple output formats like HTML, PDF, and man pages
- you want automatic diagrams of code structure

## When to avoid
- you need docs for JavaScript/TypeScript web projects with modern tooling ecosystems
- you want a docs-as-code static site with custom theming beyond Doxygen's customization
- your project is documentation-only with no source code to parse

## Facets
- artifact type: cli-tool
- maturity: stable
- function: documentation, parser, static-site-generator
- domain: documentation, developer-tools, parsers
- platform: windows, cross-platform, cli
- tags: api-documentation, code-documentation, doxygen, diagrams, cross-referencing, c-plus-plus, linux, macos

## Member repositories
- doxygen/doxygen (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:45.249342+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:44:02.725906+00:00, confidence not recorded.
  - readme: https://github.com/doxygen/doxygen (fetched 2026-08-28T04:09:45.249342+00:00, sha 3d710fc8d231)
  - homepage: https://www.doxygen.org (fetched 2026-08-29T08:40:18.232025+00:00, sha 4e216401482e)
  - site_page: https://www.doxygen.nl/manual/index.html (fetched 2026-08-29T08:40:18.235909+00:00, sha 0e868c7008f2)
  - site_page: https://www.doxygen.nl/manual/changelog.html (fetched 2026-08-29T08:40:18.238958+00:00, sha 5dc3e911feaa)
- Data as of 2026-08-30T08:39:29.467469+00:00.
