summaryrefslogtreecommitdiffstats
path: root/lasso/xml/id-wsf-2.0/disco_query.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/id-wsf-2.0/disco_query.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/id-wsf-2.0/disco_query.c')
-rw-r--r--lasso/xml/id-wsf-2.0/disco_query.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/id-wsf-2.0/disco_query.c b/lasso/xml/id-wsf-2.0/disco_query.c
index 27a103dd..53d010e4 100644
--- a/lasso/xml/id-wsf-2.0/disco_query.c
+++ b/lasso/xml/id-wsf-2.0/disco_query.c
@@ -24,8 +24,12 @@
#include "disco_query.h"
-/*
- * Schema fragment (liberty-idwsf-disco-svc-v2.0.xsd):
+/**
+ * SECTION:disco_query
+ * @short_description: &lt;disco:Query&gt;
+ *
+ * <figure><title>Schema fragment for disco:Query</title>
+ * <programlisting><![CDATA[
*
* <xs:complexType name="QueryType">
* <xs:sequence>
@@ -37,6 +41,8 @@
*
* <xs:anyAttribute namespace="##other" processContents="lax"/>
* </xs:complexType>
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/