From 5c1b556e6d12fe797a748fd4b8ebd9fac722d234 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Mon, 26 Sep 2011 20:06:44 +0000 Subject: [PATCH] Make the comments usable by Doxygen git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25237 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.hin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 7faf68706..935ac8640 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -2285,7 +2285,7 @@ typedef struct _krb5_cccol_cursor *krb5_cccol_cursor; const char * KRB5_CALLCONV krb5_cc_get_name(krb5_context context, krb5_ccache cache); -/* +/** * Retrieve the full name of a credential cache. * * @param [in] context Library context @@ -4428,8 +4428,8 @@ krb5_cc_switch(krb5_context context, krb5_ccache cache); * @param [in] context Library context * @param [in] type Credential cache type * - * @retval @c TRUE if @a type supports switching - * @retval @a FALSE if it does not or is not a valid credential cache type. + * @retval TRUE if @a type supports switching + * @retval FALSE if it does not or is not a valid credential cache type. */ krb5_boolean KRB5_CALLCONV krb5_cc_support_switch(krb5_context context, const char *type); -- 2.26.2