From 78a87d75d2041f0b2e8bbbe9a536fbc005a18680 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Sat, 5 May 2012 15:35:51 +0000 Subject: [PATCH] Add generalized definition of krb5_ui_4 and krb5_int32 to the documentation for better cross-referencing. Do not include internal structure krb5_cc_ops into Sphinx documentation git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25849 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/rst_source/krb_appldev/refs/types/index.rst | 1 - doc/rst_source/krb_appldev/refs/types/krb5_int32.rst | 12 ++++++++++++ doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst | 12 ++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 doc/rst_source/krb_appldev/refs/types/krb5_int32.rst create mode 100644 doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst diff --git a/doc/rst_source/krb_appldev/refs/types/index.rst b/doc/rst_source/krb_appldev/refs/types/index.rst index f0072baa0..f1b30bc3f 100644 --- a/doc/rst_source/krb_appldev/refs/types/index.rst +++ b/doc/rst_source/krb_appldev/refs/types/index.rst @@ -90,7 +90,6 @@ Internal krb5_cksumtype krb5_context.rst krb5_cc_cursor.rst - krb5_cc_ops.rst krb5_ccache.rst krb5_cccol_cursor.rst krb5_init_creds_context.rst diff --git a/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst b/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst new file mode 100644 index 000000000..2bc914b3c --- /dev/null +++ b/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst @@ -0,0 +1,12 @@ +.. highlightlang:: c + +.. _krb5-int32-struct: + +krb5_int32 +========== + +.. +.. c:type:: krb5_int32 +.. + +krb5_int32 is a signed 32-bit integer type diff --git a/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst b/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst new file mode 100644 index 000000000..de79bafe1 --- /dev/null +++ b/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst @@ -0,0 +1,12 @@ +.. highlightlang:: c + +.. _krb5-ui4-struct: + +krb5_ui_4 +========== + +.. +.. c:type:: krb5_ui_4 +.. + +krb5_ui_4 is an unsigned 32-bit integer type. -- 2.26.2