diff options
Diffstat (limited to 'lasso/xml/dst_query.c')
| -rw-r--r-- | lasso/xml/dst_query.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/dst_query.c b/lasso/xml/dst_query.c index f3bcbd23..2fb2d08f 100644 --- a/lasso/xml/dst_query.c +++ b/lasso/xml/dst_query.c @@ -24,8 +24,12 @@ #include <lasso/xml/dst_query.h> -/* - * Schema fragment (liberty-idwsf-dst-v1.0.xsd): +/** + * SECTION:dst_query + * @short_description: <dst:Query> + * + * <figure><title>Schema fragment for dst:Query</title> + * <programlisting><![CDATA[ * * <xs:element name="Query" type="QueryType"/> * <xs:complexType name="QueryType"> @@ -45,6 +49,8 @@ * </xs:annotation> * <xs:restriction base="xs:string"/> * </xs:simpleType> + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
