summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-23 11:28:51 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-23 11:28:51 +0000
commit2e11822cc2c07256f8b51ea471a0e1e458e8511c (patch)
tree3eb785dbaa8a87426146b3d8327674cf478e885d /lasso/xml
parentc70f35769aee4fdb1196961ceff6c08c1530a8c4 (diff)
downloadlasso-2e11822cc2c07256f8b51ea471a0e1e458e8511c.tar.gz
lasso-2e11822cc2c07256f8b51ea471a0e1e458e8511c.tar.xz
lasso-2e11822cc2c07256f8b51ea471a0e1e458e8511c.zip
remove angle brackets around elements in doc strings so they can now be
considered as docbook (necessary to produce itemized lists in docstrings)
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/lib_idp_entries.c4
-rw-r--r--lasso/xml/lib_idp_entry.c2
-rw-r--r--lasso/xml/lib_idp_list.c2
-rw-r--r--lasso/xml/lib_scoping.c2
-rw-r--r--lasso/xml/saml_assertion.c2
-rw-r--r--lasso/xml/saml_attribute_designator.c2
-rw-r--r--lasso/xml/saml_attribute_statement.c2
-rw-r--r--lasso/xml/saml_authentication_statement.c2
-rw-r--r--lasso/xml/saml_authority_binding.c2
-rw-r--r--lasso/xml/saml_condition_abstract.c2
-rw-r--r--lasso/xml/saml_conditions.c2
-rw-r--r--lasso/xml/saml_name_identifier.c2
-rw-r--r--lasso/xml/saml_statement_abstract.c2
-rw-r--r--lasso/xml/saml_subject.c2
-rw-r--r--lasso/xml/saml_subject_confirmation.c2
-rw-r--r--lasso/xml/saml_subject_locality.c2
-rw-r--r--lasso/xml/saml_subject_statement.c2
-rw-r--r--lasso/xml/saml_subject_statement_abstract.c2
18 files changed, 19 insertions, 19 deletions
diff --git a/lasso/xml/lib_idp_entries.c b/lasso/xml/lib_idp_entries.c
index f76472e0..d109a337 100644
--- a/lasso/xml/lib_idp_entries.c
+++ b/lasso/xml/lib_idp_entries.c
@@ -95,9 +95,9 @@ lasso_lib_idp_entries_get_type()
/**
* lasso_lib_idp_entries_new:
*
- * Creates a new "<lib:IDPEntries/>" node object.
+ * Creates a new lib:IDPEntries node object.
*
- * Return value: the new @LassoLibIDPEntries
+ * Return value: the new #LassoLibIDPEntries
**/
LassoNode*
lasso_lib_idp_entries_new()
diff --git a/lasso/xml/lib_idp_entry.c b/lasso/xml/lib_idp_entry.c
index ad5fb2fc..4a6091c5 100644
--- a/lasso/xml/lib_idp_entry.c
+++ b/lasso/xml/lib_idp_entry.c
@@ -100,7 +100,7 @@ lasso_lib_idp_entry_get_type()
/**
* lasso_lib_idp_entry_new:
*
- * Creates a new <lib:IDPEntry/> node object.
+ * Creates a new lib:IDPEntry node object.
*
* Return value: the new @LassoLibIDPEntry
**/
diff --git a/lasso/xml/lib_idp_list.c b/lasso/xml/lib_idp_list.c
index 3ab00174..c4bbdd05 100644
--- a/lasso/xml/lib_idp_list.c
+++ b/lasso/xml/lib_idp_list.c
@@ -98,7 +98,7 @@ lasso_lib_idp_list_get_type()
/**
* lasso_lib_idp_list_new:
*
- * Creates a new <lib:IDPList/> node object.
+ * Creates a new lib:IDPList node object.
*
* In the request envelope, some profiles may wish to allow the service
* provider to transport a list of identity providers to the user agent. This
diff --git a/lasso/xml/lib_scoping.c b/lasso/xml/lib_scoping.c
index dc2606d2..ae62771f 100644
--- a/lasso/xml/lib_scoping.c
+++ b/lasso/xml/lib_scoping.c
@@ -98,7 +98,7 @@ lasso_lib_scoping_get_type()
/**
* lasso_lib_scoping_new:
*
- * Creates a new <lib:Scoping/> node object.
+ * Creates a new lib:Scoping node object.
*
* Specifies any preferences on the number and specific identifiers of
* additional identity providers through which the authentication request may
diff --git a/lasso/xml/saml_assertion.c b/lasso/xml/saml_assertion.c
index 679d92ce..9f9d286b 100644
--- a/lasso/xml/saml_assertion.c
+++ b/lasso/xml/saml_assertion.c
@@ -202,7 +202,7 @@ lasso_saml_assertion_get_type()
/**
* lasso_saml_assertion_new:
*
- * Creates a new <saml:Assertion> node object.
+ * Creates a new saml:Assertion node object.
*
* Return value: the new @LassoSamlAssertion
**/
diff --git a/lasso/xml/saml_attribute_designator.c b/lasso/xml/saml_attribute_designator.c
index 3cbab912..daaa2208 100644
--- a/lasso/xml/saml_attribute_designator.c
+++ b/lasso/xml/saml_attribute_designator.c
@@ -96,7 +96,7 @@ lasso_saml_attribute_designator_get_type()
/**
* lasso_saml_attribute_designator_new:
*
- * Creates a new <saml:AttributeDesignator> node object.
+ * Creates a new saml:AttributeDesignator node object.
*
* Return value: the new @LassoSamlAttributeDesignator
**/
diff --git a/lasso/xml/saml_attribute_statement.c b/lasso/xml/saml_attribute_statement.c
index 060e6db6..75a7034f 100644
--- a/lasso/xml/saml_attribute_statement.c
+++ b/lasso/xml/saml_attribute_statement.c
@@ -99,7 +99,7 @@ lasso_saml_attribute_statement_get_type()
/**
* lasso_saml_attribute_statement_new:
*
- * Creates a new <saml:AttributeStatement> node object.
+ * Creates a new saml:AttributeStatement node object.
*
* Return value: the new @LassoSamlAttributeStatement
**/
diff --git a/lasso/xml/saml_authentication_statement.c b/lasso/xml/saml_authentication_statement.c
index 94003093..352d058b 100644
--- a/lasso/xml/saml_authentication_statement.c
+++ b/lasso/xml/saml_authentication_statement.c
@@ -110,7 +110,7 @@ lasso_saml_authentication_statement_get_type()
/**
* lasso_saml_authentication_statement_new:
*
- * Creates a new <saml:AuthenticationStatement> node object.
+ * Creates a new saml:AuthenticationStatement node object.
*
* Return value: the new @LassoSamlAuthenticationStatement
**/
diff --git a/lasso/xml/saml_authority_binding.c b/lasso/xml/saml_authority_binding.c
index 5bb2f41e..314901c7 100644
--- a/lasso/xml/saml_authority_binding.c
+++ b/lasso/xml/saml_authority_binding.c
@@ -100,7 +100,7 @@ lasso_saml_authority_binding_get_type()
/**
* lasso_saml_authority_binding_new:
*
- * Creates a new <saml:AuthorityBinding> node object.
+ * Creates a new saml:AuthorityBinding node object.
*
* Return value: the new @LassoSamlAuthorityBinding
**/
diff --git a/lasso/xml/saml_condition_abstract.c b/lasso/xml/saml_condition_abstract.c
index eddddc0d..deae0b8f 100644
--- a/lasso/xml/saml_condition_abstract.c
+++ b/lasso/xml/saml_condition_abstract.c
@@ -83,7 +83,7 @@ lasso_saml_condition_abstract_get_type()
/**
* lasso_saml_condition_abstract_new:
*
- * Creates a new <saml:ConditionAbstract> node object.
+ * Creates a new saml:ConditionAbstract node object.
*
* Return value: the new @LassoSamlConditionAbstract
**/
diff --git a/lasso/xml/saml_conditions.c b/lasso/xml/saml_conditions.c
index 1805b64f..351d7d21 100644
--- a/lasso/xml/saml_conditions.c
+++ b/lasso/xml/saml_conditions.c
@@ -103,7 +103,7 @@ lasso_saml_conditions_get_type()
/**
* lasso_saml_conditions_new:
*
- * Creates a new <saml:Conditions> node object.
+ * Creates a new saml:Conditions node object.
*
* Return value: the new @LassoSamlConditions
**/
diff --git a/lasso/xml/saml_name_identifier.c b/lasso/xml/saml_name_identifier.c
index 77f1186e..c2d0336c 100644
--- a/lasso/xml/saml_name_identifier.c
+++ b/lasso/xml/saml_name_identifier.c
@@ -102,7 +102,7 @@ lasso_saml_name_identifier_get_type()
/**
* lasso_saml_name_identifier_new:
*
- * Creates a new <saml:NameIdentifier> node object.
+ * Creates a new saml:NameIdentifier node object.
*
* Return value: the new @LassoSamlNameIdentifier
**/
diff --git a/lasso/xml/saml_statement_abstract.c b/lasso/xml/saml_statement_abstract.c
index 49d3db51..294db1de 100644
--- a/lasso/xml/saml_statement_abstract.c
+++ b/lasso/xml/saml_statement_abstract.c
@@ -83,7 +83,7 @@ lasso_saml_statement_abstract_get_type()
/**
* lasso_saml_statement_abstract_new:
*
- * Creates a new <saml:StatementAbstract> node object.
+ * Creates a new saml:StatementAbstract node object.
*
* Return value: the new @LassoSamlStatementAbstract
**/
diff --git a/lasso/xml/saml_subject.c b/lasso/xml/saml_subject.c
index ce735d68..674e7e2e 100644
--- a/lasso/xml/saml_subject.c
+++ b/lasso/xml/saml_subject.c
@@ -101,7 +101,7 @@ lasso_saml_subject_get_type()
/**
* lasso_saml_subject_new:
*
- * Creates a new <saml:Subject> node object.
+ * Creates a new saml:Subject node object.
*
* Return value: the new @LassoSamlSubject
**/
diff --git a/lasso/xml/saml_subject_confirmation.c b/lasso/xml/saml_subject_confirmation.c
index 1c530c69..4d2e4300 100644
--- a/lasso/xml/saml_subject_confirmation.c
+++ b/lasso/xml/saml_subject_confirmation.c
@@ -100,7 +100,7 @@ lasso_saml_subject_confirmation_get_type()
/**
* lasso_saml_subject_confirmation_new:
*
- * Creates a new <saml:SubjectConfirmation> node object.
+ * Creates a new saml:SubjectConfirmation node object.
*
* Return value: the new @LassoSamlSubjectConfirmation
**/
diff --git a/lasso/xml/saml_subject_locality.c b/lasso/xml/saml_subject_locality.c
index 314a909a..87af2126 100644
--- a/lasso/xml/saml_subject_locality.c
+++ b/lasso/xml/saml_subject_locality.c
@@ -94,7 +94,7 @@ lasso_saml_subject_locality_get_type()
/**
* lasso_saml_subject_locality_new:
*
- * Creates a new <saml:SubjectLocality> node object.
+ * Creates a new saml:SubjectLocality node object.
*
* Return value: the new @LassoSamlSubjectLocality
**/
diff --git a/lasso/xml/saml_subject_statement.c b/lasso/xml/saml_subject_statement.c
index ecc5d892..4c31309a 100644
--- a/lasso/xml/saml_subject_statement.c
+++ b/lasso/xml/saml_subject_statement.c
@@ -81,7 +81,7 @@ lasso_saml_subject_statement_get_type()
/**
* lasso_saml_subject_statement_new:
*
- * Creates a new <saml:SubjectStatement> node object.
+ * Creates a new saml:SubjectStatement node object.
*
* Return value: the new @LassoSamlSubjectStatement
**/
diff --git a/lasso/xml/saml_subject_statement_abstract.c b/lasso/xml/saml_subject_statement_abstract.c
index 317b7f7f..083224dc 100644
--- a/lasso/xml/saml_subject_statement_abstract.c
+++ b/lasso/xml/saml_subject_statement_abstract.c
@@ -97,7 +97,7 @@ lasso_saml_subject_statement_abstract_get_type()
/**
* lasso_saml_subject_statement_abstract_new:
*
- * Creates a new <saml:SubjectStatementAbstract> node object.
+ * Creates a new saml:SubjectStatementAbstract node object.
*
* Return value: the new @LassoSamlSubjectStatementAbstract
**/