doxygen

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

Debian Debian
RUN apt-get update && \ apt-get install -y doxygen
Ubuntu
RUN apt-get update && \ apt-get install -y doxygen
Alpine
RUN apk add doxygen
Arch Arch Linux
RUN pacman -S --noconfirm doxygen
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y doxygen
CentOS
RUN yum install -y doxygen
Fedora
RUN dnf install -y doxygen
Raspbian
RUN apt-get update && \ apt-get install -y doxygen
click the source code to copy install doxygen on any operating system with command-not-found.com