diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-09-19 05:34:17 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-09-19 05:34:17 +0000 |
| commit | c16d41fbecfb6b349e078d40f22cf4f6e207414d (patch) | |
| tree | 0b41564897930c8d5f27068470049dff2803c6b3 /src/include/krb5 | |
| parent | 9fbc34aceb1bdf065ec18701c695822abdf62bac (diff) | |
| download | krb5-c16d41fbecfb6b349e078d40f22cf4f6e207414d.tar.gz krb5-c16d41fbecfb6b349e078d40f22cf4f6e207414d.tar.xz krb5-c16d41fbecfb6b349e078d40f22cf4f6e207414d.zip | |
Formatting fixes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25209 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
| -rw-r--r-- | src/include/krb5/krb5.hin | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 5b6f0b9c1e..7faf687062 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -4647,10 +4647,10 @@ void KRB5_CALLCONV krb5_free_data(krb5_context context, krb5_data *val); /** - * @brief Free storage associated with a @c krb5_octet_data structure and its pointer. + * Free storage associated with a @c krb5_octet_data structure and its pointer. * - * @param context Context structure [input, output] - * @param val Pointer to data structure to be freed [input, output] + * @param [in] context Context structure + * @param [in] val Data structure to be freed * * @return * None @@ -4659,10 +4659,7 @@ void KRB5_CALLCONV krb5_free_octet_data(krb5_context context, krb5_octet_data *val); /** - * @brief Free the contents of a @c _krb5_data structure and zero the data field. - * - * @param context Context structure [input, output] - * @param val Pointer to data structure to be freed [input, output] + * Free the contents of a krb5_data structure and zero the data field. * * @param [in] context Library context * @param [in] val Data structure to free contents of |
