From: Tom Yu Date: Thu, 27 Feb 2014 20:46:00 +0000 (-0500) Subject: Missing type refs in docs due to stdint.h changes X-Git-Tag: krb5-1.13-alpha1~198 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F67%2Fhead;p=thirdparty%2Fkrb5.git Missing type refs in docs due to stdint.h changes References to krb5_int16.rst and krb5_ui_2.rst were missing, but recently began causing sphinx-build errors because Doxygen started generating them after the stdint.h changes. --- diff --git a/doc/appdev/refs/types/index.rst b/doc/appdev/refs/types/index.rst index 16b25d9d1b..51c4093574 100644 --- a/doc/appdev/refs/types/index.rst +++ b/doc/appdev/refs/types/index.rst @@ -38,6 +38,7 @@ Public krb5_flags.rst krb5_get_init_creds_opt.rst krb5_gic_opt_pa_data.rst + krb5_int16.rst krb5_int32.rst krb5_kdc_rep.rst krb5_kdc_req.rst @@ -80,6 +81,7 @@ Public krb5_trace_info.rst krb5_transited.rst krb5_typed_data.rst + krb5_ui_2.rst krb5_ui_4.rst krb5_verify_init_creds_opt.rst passwd_phrase_element.rst