// install via winget
Command Prompt & PowerShell
click to copy
winget install DimitriVanHeesch.Doxygen
// direct download
Download Installer// about doxygen
Doxygen is a widely-used documentation generator tool in software development. It automates the generation of documentation from source code comments, parsing information about classes, functions, and variables to produce output in formats like HTML and PDF. By simplifying and standardizing the documentation process, Doxygen enhances collaboration and maintenance across diverse programming languages and project scales.
// frequently asked questions
How do I install doxygen using winget?
Open PowerShell or Windows Terminal and run:
winget install DimitriVanHeesch.Doxygen. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is doxygen?
Source code documentation and analysis tool
Is doxygen free to download?
doxygen is distributed under the GPL-2.0 license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update doxygen with winget?
Run
winget upgrade DimitriVanHeesch.Doxygen in PowerShell or Windows Terminal to update doxygen to the latest available version.What architecture does doxygen support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.