summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_idp_entries.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/lib_idp_entries.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/lib_idp_entries.c')
-rw-r--r--lasso/xml/lib_idp_entries.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/lasso/xml/lib_idp_entries.c b/lasso/xml/lib_idp_entries.c
index 5621c148..da00725e 100644
--- a/lasso/xml/lib_idp_entries.c
+++ b/lasso/xml/lib_idp_entries.c
@@ -24,9 +24,12 @@
#include <lasso/xml/lib_idp_entries.h>
-/*
- * Schema fragment (liberty-idff-protocols-schema-v1.2.xsd):
- *
+/**
+ * SECTION:lib_idp_entries
+ * @short_description: &lt;lib:IDPEntries&gt;
+ *
+ * <figure><title>Schema fragment for lib:IDPEntries</title>
+ * <programlisting><![CDATA[
* <xs:element name="IDPEntries">
* <xs:complexType>
* <xs:sequence>
@@ -34,6 +37,8 @@
* </xs:sequence>
* </xs:complexType>
* </xs:element>
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/