summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 10:03:54 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-18 10:03:54 +0000
commit02790870291449ae11d86cffd63eb599f1e59b4a (patch)
treea23bec1a744730f1582af0d44ca233b81585fde4 /lasso/xml/xml.h
parentec411327bf565596f37d6ad378f7b6ca86a6814a (diff)
downloadlasso-02790870291449ae11d86cffd63eb599f1e59b4a.tar.gz
lasso-02790870291449ae11d86cffd63eb599f1e59b4a.tar.xz
lasso-02790870291449ae11d86cffd63eb599f1e59b4a.zip
Documentation: distribute stylesheet, fix documentation comments, compelte lasso-sections.txt
Diffstat (limited to 'lasso/xml/xml.h')
-rw-r--r--lasso/xml/xml.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/xml/xml.h b/lasso/xml/xml.h
index afbbe41e..cec532dd 100644
--- a/lasso/xml/xml.h
+++ b/lasso/xml/xml.h
@@ -50,7 +50,7 @@ extern "C" {
#define LASSO_NODE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), LASSO_TYPE_NODE, LassoNodeClass))
/**
- * LassoMessageFormat::
+ * LassoMessageFormat:
* @LASSO_MESSAGE_FORMAT_ERROR: error while determining format
* @LASSO_MESSAGE_FORMAT_UNKNOWN: unknown format
* @LASSO_MESSAGE_FORMAT_XML: XML
@@ -73,7 +73,7 @@ typedef enum {
/**
- * LassoSignatureType::
+ * LassoSignatureType:
* @LASSO_SIGNATURE_TYPE_NONE: no signature
* @LASSO_SIGNATURE_TYPE_SIMPLE: sign with the private key, copy the public part in the signature.
* @LASSO_SIGNATURE_TYPE_WITHX509: sign with the private key, copy the associated certificat in the
@@ -89,7 +89,7 @@ typedef enum {
/**
- * LassoSignatureMethod::
+ * LassoSignatureMethod:
* @LASSO_SIGNATURE_METHOD_RSA_SHA1: sign using a RSA private key
* @LASSO_SIGNATURE_METHOD_DSA_SHA1: sign using a DSA private key
*