From: Zhanna Tsitkov Date: Mon, 26 Sep 2011 20:06:44 +0000 (+0000) Subject: Make the comments usable by Doxygen X-Git-Tag: krb5-1.10-alpha1~138 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c1b556e6d12fe797a748fd4b8ebd9fac722d234;p=krb5.git Make the comments usable by Doxygen git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25237 dc483132-0cff-0310-8789-dd5450dbe970 --- 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);