summaryrefslogtreecommitdiffstats
path: root/lasso/xml/is_parameter.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/is_parameter.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/is_parameter.c')
-rw-r--r--lasso/xml/is_parameter.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/is_parameter.c b/lasso/xml/is_parameter.c
index f82721e9..ea883f18 100644
--- a/lasso/xml/is_parameter.c
+++ b/lasso/xml/is_parameter.c
@@ -24,14 +24,20 @@
#include <lasso/xml/is_parameter.h>
-/*
- * Schema fragments (liberty-idwsf-interaction-svc-v1.0.xsd):
+/**
+ * SECTION:is_parameter
+ * @short_description: &lt;is:ParameterType&gt;
+ *
+ * <figure><title>Schema fragment for is:ParameterType</title>
+ * <programlisting><![CDATA[
*
* <xs:complexType name="ParameterType">
* <xs:attribute name="name" type="xs:ID" use="required"/>
* <xs:attribute name="value" type="xs:string" use="required"/>
* </xs:complexType>
*
+ * ]]></programlisting>
+ * </figure>
*/
/*****************************************************************************/