From 0324aa6d41c069bce2fcff252c85862c863a69ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 11 Nov 2007 11:20:46 +0000 Subject: [PATCH] doxygen syntax git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22050 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/convert_creds.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/krb5/convert_creds.c b/lib/krb5/convert_creds.c index 1f55882b9..d1638c915 100644 --- a/lib/krb5/convert_creds.c +++ b/lib/krb5/convert_creds.c @@ -48,9 +48,9 @@ check_ticket_flags(TicketFlags f) * `in_cred' doesn't contain a DES session key, then a new one is * gotten from the KDC and stored in the cred cache `ccache'. * - * @params context Kerberos 5 context. - * @params in_cred the credential to convert - * @params v4creds the converted credential + * @param context Kerberos 5 context. + * @param in_cred the credential to convert + * @param v4creds the converted credential * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message(). @@ -148,10 +148,10 @@ out2: * Convert the v5 credentials in in_cred to v4-dito in v4creds, * check the credential cache ccache before checking with the KDC. * - * @params context Kerberos 5 context. - * @params ccache credential cache used to check for des-ticket. - * @params in_cred the credential to convert - * @params v4creds the converted credential + * @param context Kerberos 5 context. + * @param ccache credential cache used to check for des-ticket. + * @param in_cred the credential to convert + * @param v4creds the converted credential * * @return Returns 0 to indicate success. Otherwise an kerberos et * error code is returned, see krb5_get_error_message().