From 25e623a957ea993facb0718fecbd6b4dc549c42e Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 22 Dec 2011 11:17:42 -0600 Subject: [PATCH] Fix doxygen comment in krb5_aname_to_lname() --- lib/krb5/aname_to_localname.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/krb5/aname_to_localname.c b/lib/krb5/aname_to_localname.c index 5598dda71..5cde83352 100644 --- a/lib/krb5/aname_to_localname.c +++ b/lib/krb5/aname_to_localname.c @@ -352,10 +352,12 @@ an2ln_default(krb5_context context, * * Inputs: * - * @context A krb5_context - * @aname A principal name - * @lnsize The size of the buffer into which the username will be written - * @lname The buffer into which the username will be written + * @param context A krb5_context + * @param aname A principal name + * @param lnsize The size of the buffer into which the username will be written + * @param lname The buffer into which the username will be written + * + * @ingroup krb5_support */ KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL krb5_aname_to_localname(krb5_context context,