From 15a85f2095919ec4979747edc0882222adebaf6a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Jun 2016 13:25:35 -0400 Subject: [PATCH] GCredentialsType: Remove XML markup from docs We now use markdown. --- gio/gioenums.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gio/gioenums.h b/gio/gioenums.h index 24b789940..5ff3f3920 100644 --- a/gio/gioenums.h +++ b/gio/gioenums.h @@ -1398,11 +1398,11 @@ typedef enum /** * GCredentialsType: * @G_CREDENTIALS_TYPE_INVALID: Indicates an invalid native credential type. - * @G_CREDENTIALS_TYPE_LINUX_UCRED: The native credentials type is a struct ucred. - * @G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: The native credentials type is a struct cmsgcred. - * @G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED: The native credentials type is a struct sockpeercred. Added in 2.30. - * @G_CREDENTIALS_TYPE_SOLARIS_UCRED: The native credentials type is a ucred_t. Added in 2.40. - * @G_CREDENTIALS_TYPE_NETBSD_UNPCBID: The native credentials type is a struct unpcbid. + * @G_CREDENTIALS_TYPE_LINUX_UCRED: The native credentials type is a struct ucred. + * @G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: The native credentials type is a struct cmsgcred. + * @G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED: The native credentials type is a struct sockpeercred. Added in 2.30. + * @G_CREDENTIALS_TYPE_SOLARIS_UCRED: The native credentials type is a ucred_t. Added in 2.40. + * @G_CREDENTIALS_TYPE_NETBSD_UNPCBID: The native credentials type is a struct unpcbid. * * Enumeration describing different kinds of native credential types. *