diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-05-05 15:35:51 +0000 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-05-05 15:35:51 +0000 |
| commit | 78a87d75d2041f0b2e8bbbe9a536fbc005a18680 (patch) | |
| tree | f581057bb6128a85fb56a3325a7a59a1f142c74d | |
| parent | 77a6046630d9d8737a987e0f4ba47929f207a9fe (diff) | |
| download | krb5-78a87d75d2041f0b2e8bbbe9a536fbc005a18680.tar.gz krb5-78a87d75d2041f0b2e8bbbe9a536fbc005a18680.tar.xz krb5-78a87d75d2041f0b2e8bbbe9a536fbc005a18680.zip | |
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
| -rw-r--r-- | doc/rst_source/krb_appldev/refs/types/index.rst | 1 | ||||
| -rw-r--r-- | doc/rst_source/krb_appldev/refs/types/krb5_int32.rst | 12 | ||||
| -rw-r--r-- | doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst | 12 |
3 files changed, 24 insertions, 1 deletions
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. |
