diff options
author | Tom Yu <tlyu@mit.edu> | 2009-10-31 00:48:38 +0000 |
---|---|---|
committer | Tom Yu <tlyu@mit.edu> | 2009-10-31 00:48:38 +0000 |
commit | 02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch) | |
tree | 61b9147863cd8be3eff63903dc36cae168254bd5 /src/windows/identity/doc | |
parent | 162ab371748cba0cc6f172419bd6e71fa04bb878 (diff) | |
download | krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.gz krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.xz krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.zip |
make mark-cstyle
make reindent
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/doc')
-rw-r--r-- | src/windows/identity/doc/cred_aquisition.h | 2 | ||||
-rw-r--r-- | src/windows/identity/doc/cred_data_types.h | 2 | ||||
-rw-r--r-- | src/windows/identity/doc/main_page.h | 6 | ||||
-rw-r--r-- | src/windows/identity/doc/plugin_framework.h | 2 | ||||
-rw-r--r-- | src/windows/identity/doc/plugin_locale.h | 4 | ||||
-rw-r--r-- | src/windows/identity/doc/plugin_main.h | 2 | ||||
-rw-r--r-- | src/windows/identity/doc/ui_context.h | 2 |
7 files changed, 8 insertions, 12 deletions
diff --git a/src/windows/identity/doc/cred_aquisition.h b/src/windows/identity/doc/cred_aquisition.h index 613d5a04b..0161f74f1 100644 --- a/src/windows/identity/doc/cred_aquisition.h +++ b/src/windows/identity/doc/cred_aquisition.h @@ -212,7 +212,7 @@ For information on how the dialog procedure should be written, see \ref cred_acq_dlgproc . - + */ /*! \page cred_acq_dlgproc Writing the dialog procedure for a cred type panel diff --git a/src/windows/identity/doc/cred_data_types.h b/src/windows/identity/doc/cred_data_types.h index f2a412211..b02edf22b 100644 --- a/src/windows/identity/doc/cred_data_types.h +++ b/src/windows/identity/doc/cred_data_types.h @@ -242,7 +242,7 @@ count. It can not be assigned \a KCDB_CBSIZE_AUTO even if the data type supports it. The \a pcb_dst parameter is used internally to allocate memory for the object. - + \subsubsection kcdb_pg_cb_iv isValid \code diff --git a/src/windows/identity/doc/main_page.h b/src/windows/identity/doc/main_page.h index 9dd55406a..dc7d1e3cc 100644 --- a/src/windows/identity/doc/main_page.h +++ b/src/windows/identity/doc/main_page.h @@ -57,7 +57,7 @@ Copyright © 2004,2005,2006,2007 Massachusetts Institute of Technology Copyright © 2005,2006,2007 Secure Endpoints Inc. - + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without @@ -92,8 +92,8 @@ /*! \page bugs Reporting bugs - Network Identity Manager bugs can be reported to - <a href="mailto:kfw-bugs@mit.edu">kfw-bugs@mit.edu</a> or + Network Identity Manager bugs can be reported to + <a href="mailto:kfw-bugs@mit.edu">kfw-bugs@mit.edu</a> or <a href="mailto:netidmgr@secure-endpoints.com">netidmgr@secure-endpoints.com</a> When reporting bugs, please include as much information as diff --git a/src/windows/identity/doc/plugin_framework.h b/src/windows/identity/doc/plugin_framework.h index cfe40e458..84ad71c17 100644 --- a/src/windows/identity/doc/plugin_framework.h +++ b/src/windows/identity/doc/plugin_framework.h @@ -177,7 +177,7 @@ following sequence of events occur: localized libraries will be loaded. See \ref pi_localization </li> - <li> + <li> During processing of init_module(), the module registers all the plug-ins that it is implementing by calling kmm_provide_plugin() for each. diff --git a/src/windows/identity/doc/plugin_locale.h b/src/windows/identity/doc/plugin_locale.h index 3c6a236e6..e6d1e1ef0 100644 --- a/src/windows/identity/doc/plugin_locale.h +++ b/src/windows/identity/doc/plugin_locale.h @@ -74,7 +74,7 @@ See kmm_set_locale_info() and ::kmm_module_locale for more info. The module manager searches the array of ::kmm_module_locale objects passed into the kmm_set_locale_info() function for one that matches the current user locale (as opposed to the current system locale). A -record matches the locale if it has the same language ID. +record matches the locale if it has the same language ID. If a match is found, that library is selected. Otherwise, the list is searched for one that is compatible with the current user locale. A @@ -105,5 +105,3 @@ the regular WIN32 API. - ::kmm_LoadString */ - - diff --git a/src/windows/identity/doc/plugin_main.h b/src/windows/identity/doc/plugin_main.h index 9542150a8..bde85558d 100644 --- a/src/windows/identity/doc/plugin_main.h +++ b/src/windows/identity/doc/plugin_main.h @@ -111,5 +111,3 @@ Since credential managers may receive privileged information, the signature requirements for credential managers are specially strict. */ - - diff --git a/src/windows/identity/doc/ui_context.h b/src/windows/identity/doc/ui_context.h index 9799b5c4a..f5f4e037e 100644 --- a/src/windows/identity/doc/ui_context.h +++ b/src/windows/identity/doc/ui_context.h @@ -92,7 +92,7 @@ Next: \ref khui_context_using "Using Contexts" */ -/*! \page khui_context_using Using Contexts +/*! \page khui_context_using Using Contexts \section khui_context_using_1 Obtaining the context |