From a263a7effdc96fcd9dd0063fb18f36fcb305251c Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 23 Dec 2004 11:24:49 +0000 Subject: Removed docstring copy/pasted from OASIS documentation (looks like BSD so it should be allowed if they are cited but I prefer to have full copyright over Lasso code) --- lasso/xml/saml_advice.c | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/lasso/xml/saml_advice.c b/lasso/xml/saml_advice.c index 5fb75670..784ce115 100644 --- a/lasso/xml/saml_advice.c +++ b/lasso/xml/saml_advice.c @@ -104,25 +104,9 @@ lasso_saml_advice_get_type() /** * lasso_saml_advice_new: * - * Creates a new node object. + * Creates a new saml:Advice node object. * - * The element contains any additional information that the issuer - * wishes to provide. This information MAY be ignored by applications without - * affecting either the semantics or the validity of the assertion. - * The element contains a mixture of zero or more - * elements, elements and elements in other namespaces, - * with lax schema validation in effect for these other elements. - * Following are some potential uses of the element: - * - * - Include evidence supporting the assertion claims to be cited, either - * directly (through incorporating the claims) or indirectly (by reference to - * the supporting assertions). - * - * - State a proof of the assertion claims. - * - * - Specify the timing and distribution points for updates to the assertion. - * - * Return value: the new @LassoSamlAdvice + * Return value: the new #LassoSamlAdvice **/ LassoNode* lasso_saml_advice_new() -- cgit