svn rev #25237: trunk/src/include/krb5/

tsitkova@MIT.EDU tsitkova at MIT.EDU
Mon Sep 26 16:06:45 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25237
Commit By: tsitkova
Log Message:
Make the comments usable by Doxygen



Changed Files:
U   trunk/src/include/krb5/krb5.hin
Modified: trunk/src/include/krb5/krb5.hin
===================================================================
--- trunk/src/include/krb5/krb5.hin	2011-09-26 15:32:41 UTC (rev 25236)
+++ trunk/src/include/krb5/krb5.hin	2011-09-26 20:06:44 UTC (rev 25237)
@@ -2285,7 +2285,7 @@
 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 @@
  * @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);




More information about the cvs-krb5 mailing list