svn rev #25849: trunk/doc/rst_source/krb_appldev/refs/types/
tsitkova@MIT.EDU
tsitkova at MIT.EDU
Sat May 5 11:35:51 EDT 2012
http://src.mit.edu/fisheye/changelog/krb5/?cs=25849
Commit By: tsitkova
Log Message:
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.
Changed Files:
U trunk/doc/rst_source/krb_appldev/refs/types/index.rst
A trunk/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst
A trunk/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst
Modified: trunk/doc/rst_source/krb_appldev/refs/types/index.rst
===================================================================
--- trunk/doc/rst_source/krb_appldev/refs/types/index.rst 2012-05-03 21:43:47 UTC (rev 25848)
+++ trunk/doc/rst_source/krb_appldev/refs/types/index.rst 2012-05-05 15:35:51 UTC (rev 25849)
@@ -90,7 +90,6 @@
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
Added: trunk/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst
===================================================================
--- trunk/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst (rev 0)
+++ trunk/doc/rst_source/krb_appldev/refs/types/krb5_int32.rst 2012-05-05 15:35:51 UTC (rev 25849)
@@ -0,0 +1,12 @@
+.. highlightlang:: c
+
+.. _krb5-int32-struct:
+
+krb5_int32
+==========
+
+..
+.. c:type:: krb5_int32
+..
+
+krb5_int32 is a signed 32-bit integer type
Added: trunk/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst
===================================================================
--- trunk/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst (rev 0)
+++ trunk/doc/rst_source/krb_appldev/refs/types/krb5_ui_4.rst 2012-05-05 15:35:51 UTC (rev 25849)
@@ -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.
More information about the cvs-krb5
mailing list