summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_advice.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2008-05-15 21:17:44 +0000
committerFrederic Peters <fpeters@entrouvert.com>2008-05-15 21:17:44 +0000
commite5ba6151babcdfd0b4acb2749ae9478bf8983cba (patch)
tree180a8ac2dd068dccd3423658616f0ada0f9c7831 /lasso/xml/saml_advice.c
parent23fdb5641e236171ac56af717f63df277948af3a (diff)
downloadlasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.tar.gz
lasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.tar.xz
lasso-e5ba6151babcdfd0b4acb2749ae9478bf8983cba.zip
moved gtk-doc inline as is better on so many points; also added schema
fragments to published doc
Diffstat (limited to 'lasso/xml/saml_advice.c')
-rw-r--r--lasso/xml/saml_advice.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/lasso/xml/saml_advice.c b/lasso/xml/saml_advice.c
index 0ce4356d..e0df3402 100644
--- a/lasso/xml/saml_advice.c
+++ b/lasso/xml/saml_advice.c
@@ -25,9 +25,12 @@
#include <lasso/xml/saml_advice.h>
#include <lasso/xml/saml_assertion.h>
-/*
- * Schema fragment (oasis-sstc-saml-schema-assertion-1.0.xsd):
- *
+/**
+ * SECTION:saml_advice
+ * @short_description: &lt;saml:Advice&gt;
+ *
+ * <figure><title>Schema fragment for saml:Advice</title>
+ * <programlisting><![CDATA[
* <element name="Advice" type="saml:AdviceType"/>
* <complexType name="AdviceType">
* <choice minOccurs="0" maxOccurs="unbounded">
@@ -41,6 +44,8 @@
* <simpleType name="IDReferenceType">
* <restriction base="string"/>
* </simpleType>
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/