doxygen
A documentation system for various programming languages. More information: <http://www.doxygen.nl>.
Install
- All systems
-
curl cmd.cat/doxygen.sh
- Debian
-
apt-get install doxygen - Ubuntu
-
apt-get install doxygen -
Alpine
-
apk add doxygen - Arch Linux
-
pacman -S doxygen - Kali Linux
-
apt-get install doxygen - CentOS
-
yum install doxygen - Fedora
-
dnf install doxygen - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install doxygen - OS X
-
brew install doxygen - Raspbian
-
apt-get install doxygen - Docker
-
docker run cmd.cat/doxygen doxygenpowered 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