From c2817b5ca5c7aa34824f91ed87d096781c59a1fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 30 Aug 2008 17:41:54 +0000 Subject: [PATCH] Move krb5_cc_[gs]et_config doxygen group krb5_ccache. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23714 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/cache.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/cache.c b/lib/krb5/cache.c index 02db405f7..9a65fa7ff 100644 --- a/lib/krb5/cache.c +++ b/lib/krb5/cache.c @@ -1164,6 +1164,8 @@ build_conf_principals(krb5_context context, krb5_ccache id, * NULL, global for the whole cache. * @param name name under which the configuraion is stored. * @param data data to store + * + * @ingroup krb5_ccache */ krb5_error_code KRB5_LIB_FUNCTION @@ -1207,6 +1209,8 @@ out: * NULL, global for the whole cache. * @param name name under which the configuraion is stored. * @param data data to fetched, free with krb5_data_free() + * + * @ingroup krb5_ccache */