Files
XML_Data_Parsing/libxml2/.gitlab-ci/Dockerfile.docs
T

6 lines
193 B
Docker

# Image used to generate documentation with a recent version of Doxygen.
# 1.14.0 fixes an important bug.
FROM archlinux:base-devel
RUN pacman -Syu --noconfirm doxygen libxslt docbook-xsl git