summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_authentication_statement.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_authentication_statement.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_authentication_statement.c')
-rw-r--r--lasso/xml/saml_authentication_statement.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/saml_authentication_statement.c b/lasso/xml/saml_authentication_statement.c
index eff629cf..da3ab7d4 100644
--- a/lasso/xml/saml_authentication_statement.c
+++ b/lasso/xml/saml_authentication_statement.c
@@ -24,8 +24,12 @@
#include <lasso/xml/saml_authentication_statement.h>
-/*
- * Schema fragment (oasis-sstc-saml-schema-assertion-1.0.xsd):
+/**
+ * SECTION:saml_authentication_statement
+ * @short_description: &lt;saml:AuthenticationStatement&gt;
+ *
+ * <figure><title>Schema fragment for saml:AuthenticationStatement</title>
+ * <programlisting><![CDATA[
*
* <element name="AuthenticationStatement" type="saml:AuthenticationStatementType"/>
* <complexType name="AuthenticationStatementType">
@@ -40,6 +44,8 @@
* </extension>
* </complexContent>
* </complexType>
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/