doxygen

A documentation system for various programming languages. More information: <http://www.doxygen.nl>.

Install

All systems
curl cmd.cat/doxygen.sh
Debian Debian
apt-get install doxygen
Ubuntu
apt-get install doxygen
Alpine
apk add doxygen
Arch Arch Linux
pacman -S doxygen
image/svg+xml Kali Linux
apt-get install doxygen
CentOS
yum install doxygen
Fedora
dnf install doxygen
Windows (WSL2)
sudo apt-get update sudo apt-get install doxygen
OS X
brew install doxygen
Raspbian
apt-get install doxygen
Docker
docker run cmd.cat/doxygen doxygen powered by Commando

A documentation system for various programming languages. More information: <http://www.doxygen.nl>.

  • Generate a default template configuration file `Doxyfile`:
    doxygen -g
  • Generate a template configuration file:
    doxygen -g path/to/config_file
  • Generate documentation using an existing configuration file:
    doxygen path/to/config_file

© tl;dr; authors and contributors