Documentation - Updated the API list with the new interfaces.
authorZhanna Tsitkov <tsitkova@mit.edu>
Mon, 26 Sep 2011 20:23:15 +0000 (20:23 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Mon, 26 Sep 2011 20:23:15 +0000 (20:23 +0000)
Added reference to the examples subdirectory in Doxygen configuration file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25238 dc483132-0cff-0310-8789-dd5450dbe970

doc/rst_source/krb_appldev/refs/api/index.rst
doc/rst_source/krb_users/user_commands/kinit.rst
src/Doxyfile

index f07469a3e9908a5808ea6a80be038bada46496d3..9e172afc2473b1fa43831453e0dc5b6daf61c08c 100644 (file)
@@ -135,21 +135,26 @@ Rarely used public interfaces
    krb5_auth_con_setsendsubkey.rst
    krb5_auth_con_setsendsubkey_k.rst
    krb5_auth_con_setuseruserkey.rst
+   krb5_cc_cache_match.rst
    krb5_cc_copy_creds.rst
    krb5_cc_end_seq_get.rst
    krb5_cc_get_config.rst
    krb5_cc_get_flags.rst
+   krb5_cc_get_full_name.rst
    krb5_cc_last_change_time.rst
    krb5_cc_lock.rst
    krb5_cc_move.rst
    krb5_cc_next_cred.rst
    krb5_cc_remove_cred.rst
    krb5_cc_retrieve_cred.rst
+   krb5_cc_select.rst
    krb5_cc_set_config.rst
    krb5_cc_set_default_name.rst
    krb5_cc_set_flags.rst
    krb5_cc_start_seq_get.rst
    krb5_cc_store_cred.rst
+   krb5_cc_support_switch.rst
+   krb5_cc_switch.rst
    krb5_cc_unlock.rst
    krb5_cccol_cursor_free.rst
    krb5_cccol_cursor_new.rst
@@ -184,6 +189,8 @@ Rarely used public interfaces
    krb5_free_keyblock.rst
    krb5_free_keyblock_contents.rst
    krb5_free_keytab_entry_contents.rst
+   krb5_free_octet_data.rst
+   krb5_free_string.rst
    krb5_free_ticket.rst
    krb5_free_unparsed_name.rst
    krb5_get_permitted_enctypes.rst
index 49a2564707eac06bd4ef624998a5772e9a57d7e7..a2532eb533fcc48d4bd021ab786a3c9c3543f301 100644 (file)
@@ -6,26 +6,26 @@ kinit - obtain and cache Kerberos ticket-granting ticket
 SYNOPSIS
 ~~~~~~~~
 
-kinit      
-          [**-V**]
-          [**-l** *lifetime*]
-          [**-s** *start_time*]
-          [**-r** *renewable_life*]
-          [**-p** | -**P**] 
-          [**-f** | -**F**]
-          [**-a**]
-          [**-A**]
-          [**-C**]
-          [**-E**]
-          [**-v**]
-          [**-R**]
-          [**-k** [-**t** *keytab_file*]]
-          [**-c** *cache_name*]
-          [**-n**]
-          [**-S** *service_name*]
-          [**-T** *armor_ccache*]
-          [**-X** *attribute[=value]*]
-          [*principal*]
+**kinit**      
+    [**-V**]
+    [**-l** *lifetime*]
+    [**-s** *start_time*]
+    [**-r** *renewable_life*]
+    [**-p** | -**P**] 
+    [**-f** | -**F**]
+    [**-a**]
+    [**-A**]
+    [**-C**]
+    [**-E**]
+    [**-v**]
+    [**-R**]
+    [**-k** [-**t** *keytab_file*]]
+    [**-c** *cache_name*]
+    [**-n**]
+    [**-S** *service_name*]
+    [**-T** *armor_ccache*]
+    [**-X** *attribute[=value]*]
+    [*principal*]
 
 
 DESCRIPTION
index 86cf56b1334b76d95cca8cb5334efee2062ef1b4..babdd46667cb3317577f6a34819bd4c76331958b 100644 (file)
@@ -651,7 +651,7 @@ EXCLUDE_SYMBOLS        =
 # directories that contain example code fragments that are included (see 
 # the \include command).
 
-EXAMPLE_PATH           = 
+EXAMPLE_PATH           =  ../doc/doxy_examples
 
 # If the value of the EXAMPLE_PATH tag contains directories, you can use the 
 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp