[28571] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.13]: Map .hin files to the C language for doxygen

daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Sep 8 22:42:00 2014

Date: Mon, 8 Sep 2014 22:39:52 -0400
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201409090239.s892dq9J021228@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/526ef397a8fb0f51800019dac8afc55742935a39
commit 526ef397a8fb0f51800019dac8afc55742935a39
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Thu Aug 28 17:54:39 2014 -0400

    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

 src/doc/Doxyfile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/doc/Doxyfile.in b/src/doc/Doxyfile.in
index 2082b6d..c225864 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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post