From: Ben Kaduk Date: Thu, 28 Aug 2014 21:54:39 +0000 (-0400) Subject: Map .hin files to the C language for doxygen X-Git-Tag: krb5-1.13-beta1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526ef397a8fb0f51800019dac8afc55742935a39;p=thirdparty%2Fkrb5.git Map .hin files to the C language for doxygen In Debian unstable, the current version of doxygen is unhappy with our generated Doxyfile, and does not handle krb5.hin in the expected fashion (as a C header). Work around this issue by explicitly specifying that files with the .hin extension are to be treated as C language files. (cherry picked from commit b7a4d695263f1a5b7fe72b1eadce4acdc3f0490b) ticket: 8004 version_fixed: 1.13 status: resolved --- diff --git a/src/doc/Doxyfile.in b/src/doc/Doxyfile.in index 2082b6d3fb..c225864501 100644 --- a/src/doc/Doxyfile.in +++ b/src/doc/Doxyfile.in @@ -4,6 +4,7 @@ JAVADOC_AUTOBRIEF = YES OPTIMIZE_OUTPUT_FOR_C = YES WARN_IF_UNDOCUMENTED = NO SHOW_FILES = NO +EXTENSION_MAPPING = hin=C INPUT = @SRC@/include/krb5/krb5.hin @DOC@/doxy_examples EXAMPLE_PATH = @DOC@/doxy_examples GENERATE_HTML = NO