]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Map .hin files to the C language for doxygen 198/head
authorBen Kaduk <kaduk@mit.edu>
Thu, 28 Aug 2014 21:54:39 +0000 (17:54 -0400)
committerBen Kaduk <kaduk@mit.edu>
Fri, 29 Aug 2014 17:11:31 +0000 (13:11 -0400)
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.

ticket: 8004 (new)
tags: pullup
target_version: 1.13

src/doc/Doxyfile.in

index 2082b6d3fbc086e81ab0f5d4f40e7f43fd53a188..c2258645012442fcbe5ccbd1596f16bbda7b3988 100644 (file)
@@ -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