doxygen
A documentation system for various programming languages. More information: <http://www.doxygen.nl>.
RUN apt-get update && \
apt-get install -y doxygen
RUN apt-get update && \
apt-get install -y doxygen
RUN apk add doxygen
RUN pacman -S --noconfirm doxygen
RUN apt-get update && \
apt-get install -y doxygen
RUN yum install -y doxygen
RUN dnf install -y doxygen
RUN apt-get update && \
apt-get install -y doxygen