summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2011-09-26 20:06:44 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2011-09-26 20:06:44 +0000
commit5c1b556e6d12fe797a748fd4b8ebd9fac722d234 (patch)
tree4d4ba183c98ea62e86049c6c8bc904585a71c4fe /src/include/krb5
parent39e6f17626a138f2e22baa9bed718e4ee9ddf025 (diff)
downloadkrb5-5c1b556e6d12fe797a748fd4b8ebd9fac722d234.tar.gz
krb5-5c1b556e6d12fe797a748fd4b8ebd9fac722d234.tar.xz
krb5-5c1b556e6d12fe797a748fd4b8ebd9fac722d234.zip
Make the comments usable by Doxygen
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25237 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
-rw-r--r--src/include/krb5/krb5.hin6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 7faf687062..935ac86405 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);