macOS
brew install doxygenlocal Homebrew formula metadata
sudo port install doxygenMacPorts ports tree · textproc/doxygen/Portfile · 来源: api.github.com
安装
brew install doxygenlocal Homebrew formula metadata
sudo port install doxygenMacPorts ports tree · textproc/doxygen/Portfile · 来源: api.github.com
sudo apk add doxygenAlpine Linux edge package indexes · doxygen · 来源: dl-cdn.alpinelinux.org
sudo apt install doxygenDebian stable package indexes · doxygen · 来源: deb.debian.org
sudo dnf install doxygenFedora Rawhide package metadata · doxygen · 来源: dl.fedoraproject.org
nix profile install nixpkgs#doxygennixpkgs package indexes · pkgs/by-name/do/doxygen/package.nix · 来源: api.github.com
sudo pacman -S doxygenArch Linux sync databases · doxygen · 来源: geo.mirror.pkgbuild.com
sudo zypper install doxygenopenSUSE Tumbleweed package metadata · doxygen · 来源: download.opensuse.org
scoop install main/doxygenScoop official bucket manifest trees · bucket/doxygen.json · 来源: api.github.com
winget install --id DimitriVanHeesch.Doxygen -eWindows Package Manager source index · DimitriVanHeesch.Doxygen · 来源: cdn.winget.microsoft.com
概览
Generate documentation for several programming languages
历史
Doxygen is a long-running source-code documentation generator for C++, C, Objective-C, C#, PHP, Java, Python, IDL, Fortran, D, VHDL, and related documentation workflows. Its own README calls it the de facto standard for generating documentation from annotated C++ sources.
Doxygen was created and is still associated with Dimitri van Heesch. The official README describes the tool's core bargain: generate online and offline reference documentation from annotated source, optionally analyze undocumented code structure, and also serve as a normal documentation system for manuals and websites.
The official changelog preserves a long release series reaching back through 1.1, 1.2, and 1.3-era releases and continuing into the 1.17 series. The current website banner lists Doxygen 1.17.0 as available with a release date of 30 April 2026.
A notable infrastructure milestone came in May 2013, when the README says Doxygen moved from Subversion to Git hosted at GitHub. The manual and homepage are themselves generated with Doxygen, making the project one of the clearest examples of a documentation tool dogfooding its own output.
Doxygen's adoption tracks the rise of generated API documentation in C and C++ projects. The homepage describes it as widely used in software development, and the README states that it is the de facto standard for C++ source documentation while supporting many other programming and hardware-description languages.
The tool became a standard package across Unix-like systems and developer environments because it sits at the intersection of source annotations, HTML output, LaTeX/PDF manuals, man pages, XML, DocBook, diagrams, and cross-referenced source browsing. It is the sort of package that appears both in developer workstations and in build documentation jobs.
A typical project runs doxygen -g to create a Doxyfile, edits configuration tags, then runs doxygen with that configuration. The manual says Doxygen can create HTML, LaTeX/PDF, RTF, XML, Unix man page, and DocBook output and can scan source trees recursively.
Doxygen is also used for code archaeology: with extraction and source-browser options, teams can generate structure views and cross references even for code that was not originally written with full Doxygen comments.
For package maintainers, Doxygen is not just another CLI; it is a build-time documentation dependency with optional Graphviz integration, LaTeX/PDF output implications, GUI tooling through Doxywizard, and a large ecosystem of filters and extensions. Version skew can affect generated docs, warning behavior, Markdown handling, language parsers, and reproducible documentation output.
Doxygen also represents a durable packaging pattern: a single cross-platform C++ tool with official binaries, source releases, a generated manual, and broad downstream packaging across Homebrew, Debian/Ubuntu, Fedora, Arch, Nix, MacPorts, Alpine, Scoop, winget, and openSUSE.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
DoxyfileDoxyfile可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
doxygen | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:doxygen |
|---|---|
| 版本 | 1.17.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/doxygen |
| 主页 | https://www.doxygen.nl/ |
| 仓库 | https://github.com/doxygen/doxygen |
| 上游文档 | https://www.doxygen.nl/manual/index.html |
| 许可证 | GPL-2.0-only |
| 源码归档 | https://doxygen.nl/files/doxygen-1.17.0.src.tar.gz |
| 最后更新 | 2026-06-26T20:03:11-04:00 |
| Pulse | updated |
| 依赖 | fmt, spdlog |
| 构建依赖 | bison, cmake |
| macOS 提供的库 | sqlite |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | doxygen |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
doxygen 1.9.8+ds-2.1
Generate documentation from source code
sudo apt install doxygendoxygen-doc 1.9.8+ds-2.1
Documentation for doxygen
sudo apt install doxygen-docdoxygen-doxyparse 1.9.8+ds-2.1
Multi-language source code parser based on doxygen
sudo apt install doxygen-doxyparsedoxygen-gui 1.9.8+ds-2.1
GUI configuration tool for doxygen
sudo apt install doxygen-guidoxygen-latex 1.9.8+ds-2.1
Generate LaTeX documentation from source code
sudo apt install doxygen-latexdoxygen
nix profile install nixpkgs#doxygendoxygen 1.9.8+ds-2build5
Generate documentation from source code
sudo apt install doxygendoxygen-doc 1.9.8+ds-2build5
Documentation for doxygen
sudo apt install doxygen-docdoxygen-doxyparse 1.9.8+ds-2build5
Multi-language source code parser based on doxygen
sudo apt install doxygen-doxyparsedoxygen-gui 1.9.8+ds-2build5
GUI configuration tool for doxygen
sudo apt install doxygen-guidoxygen-latex 1.9.8+ds-2build5
Generate LaTeX documentation from source code
sudo apt install doxygen-latexdoxygen 1.17.0-r0
Documentation system for C++, C, Java, IDL and PHP
sudo apk add doxygendoxygen-doc 1.17.0-r0
Documentation system for C++, C, Java, IDL and PHP (documentation)
sudo apk add doxygen-docdoxygen 1.17.0-1.fc45
A documentation system for C/C++
sudo dnf install doxygendoxygen-doxywizard 1.17.0-1.fc45
A GUI for creating and editing configuration files
sudo dnf install doxygen-doxywizarddoxygen-latex 1.17.0-1.fc45
Support for producing latex/pdf output from doxygen
sudo dnf install doxygen-latex来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.