Select Git revision
doxyfile.in
-
Christian Feld authored
doxygen creates documentation at make dist, copies it to tarball and extracts it at make install. Thus user doens't need to have (specific version) of doxygen.
Christian Feld authoreddoxygen creates documentation at make dist, copies it to tarball and extracts it at make install. Thus user doens't need to have (specific version) of doxygen.
doxyfile.in 355 B
# @configure_input@
# Doxyfile 1.8.10
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
# ...
PROJECT_NAME = "@PACKAGE@"
PROJECT_NUMBER = @PACKAGE_VERSION@
INPUT = @abs_top_srcdir@
OUTPUT_DIRECTORY = doxygen
QUIET = YES
# ...