macOS
brew install doxygenlocal Homebrew formula metadata
sudo port install doxygenMacPorts ports tree · textproc/doxygen/Portfile · ソース: api.github.com
brew
doxygen のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
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ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.