summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/saml2_name_id.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-2.0/saml2_name_id.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-2.0/saml2_name_id.c')
-rw-r--r--lasso/xml/saml-2.0/saml2_name_id.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/saml-2.0/saml2_name_id.c b/lasso/xml/saml-2.0/saml2_name_id.c
index 60d66985..36892b22 100644
--- a/lasso/xml/saml-2.0/saml2_name_id.c
+++ b/lasso/xml/saml-2.0/saml2_name_id.c
@@ -24,8 +24,12 @@
#include "saml2_name_id.h"
-/*
- * Schema fragment (saml-schema-assertion-2.0.xsd):
+/**
+ * SECTION:saml2_name_id
+ * @short_description: &lt;saml2:NameID&gt;
+ *
+ * <figure><title>Schema fragment for saml2:NameID</title>
+ * <programlisting><![CDATA[
*
* <complexType name="NameIDType">
* <simpleContent>
@@ -36,6 +40,8 @@
* </extension>
* </simpleContent>
* </complexType>
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/