summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_response.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/samlp_response.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/samlp_response.c')
-rw-r--r--lasso/xml/samlp_response.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/samlp_response.c b/lasso/xml/samlp_response.c
index 57e2086e..98bad693 100644
--- a/lasso/xml/samlp_response.c
+++ b/lasso/xml/samlp_response.c
@@ -25,8 +25,12 @@
#include <lasso/xml/samlp_response.h>
#include <libxml/tree.h>
-/*
- * Schema fragment (oasis-sstc-saml-schema-protocol-1.0.xsd):
+/**
+ * SECTION:samlp_response
+ * @short_description: &lt;samlp:Response&gt;
+ *
+ * <figure><title>Schema fragment for samlp:Response</title>
+ * <programlisting><![CDATA[
*
* <element name="Response" type="samlp:ResponseType"/>
* <complexType name="ResponseType">
@@ -39,6 +43,8 @@
* </extension>
* </complexContent>
* </complexType>
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/