summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_status_code.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/samlp_status_code.c')
-rw-r--r--lasso/xml/samlp_status_code.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/samlp_status_code.c b/lasso/xml/samlp_status_code.c
index 2a41a628..43f541d9 100644
--- a/lasso/xml/samlp_status_code.c
+++ b/lasso/xml/samlp_status_code.c
@@ -24,8 +24,12 @@
#include <lasso/xml/samlp_status_code.h>
-/*
- * Schema fragment (oasis-sstc-saml-schema-protocol-1.0.xsd):
+/**
+ * SECTION:samlp_status_code
+ * @short_description: &lt;samlp:StatusCode&gt;
+ *
+ * <figure><title>Schema fragment for samlp:StatusCode</title>
+ * <programlisting><![CDATA[
*
* <element name="StatusCode" type="samlp:StatusCodeType"/>
* <complexType name="StatusCodeType">
@@ -34,6 +38,8 @@
* </sequence>
* <attribute name="Value" type="QName" use="required"/>
* </complexType>
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/