Make the comments usable by Doxygen
authorZhanna Tsitkov <tsitkova@mit.edu>
Mon, 26 Sep 2011 20:06:44 +0000 (20:06 +0000)
committerZhanna Tsitkov <tsitkova@mit.edu>
Mon, 26 Sep 2011 20:06:44 +0000 (20:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25237 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.hin

index 7faf687062d7db7712376b68138a13abb12d626e..935ac864053fd9cd860787630fcd178261540919 100644 (file)
@@ -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);