1*ebfedea0SLionel Sambuc# Doxyfile 1.5.3 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel SambucPROJECT_NAME = "Heimdal crypto library" 4*ebfedea0SLionel SambucPROJECT_NUMBER = @PACKAGE_VERSION@ 5*ebfedea0SLionel SambucOUTPUT_DIRECTORY = @srcdir@/doxyout/hcrypto 6*ebfedea0SLionel SambucINPUT = @srcdir@/../lib/hcrypto 7*ebfedea0SLionel SambucEXAMPLE_PATH = @srcdir@/../lib/hcrypto 8*ebfedea0SLionel Sambuc 9*ebfedea0SLionel SambucWARN_IF_UNDOCUMENTED = YES 10*ebfedea0SLionel Sambuc 11*ebfedea0SLionel SambucPERL_PATH = /usr/bin/perl 12*ebfedea0SLionel Sambuc 13*ebfedea0SLionel SambucHTML_HEADER = "@srcdir@/header.html" 14*ebfedea0SLionel SambucHTML_FOOTER = "@srcdir@/footer.html" 15*ebfedea0SLionel Sambuc 16*ebfedea0SLionel Sambuc@INCLUDE = "@srcdir@/doxytmpl.dxy" 17