diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2008-05-15 21:17:44 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2008-05-15 21:17:44 +0000 |
| commit | e5ba6151babcdfd0b4acb2749ae9478bf8983cba (patch) | |
| tree | 180a8ac2dd068dccd3423658616f0ada0f9c7831 /lasso/xml/soap_binding_ext_timeout.c | |
| parent | 23fdb5641e236171ac56af717f63df277948af3a (diff) | |
| download | lasso-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/soap_binding_ext_timeout.c')
| -rw-r--r-- | lasso/xml/soap_binding_ext_timeout.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/soap_binding_ext_timeout.c b/lasso/xml/soap_binding_ext_timeout.c index 8387c151..8d9477f8 100644 --- a/lasso/xml/soap_binding_ext_timeout.c +++ b/lasso/xml/soap_binding_ext_timeout.c @@ -24,8 +24,12 @@ #include <lasso/xml/soap_binding_ext_timeout.h> -/* - * Schema fragments (liberty-idwsf-soap-binding-v1.1.xsd - extension avril 2004): +/** + * SECTION:soap_binding_ext_timeout + * @short_description: <soapbinding:TimeoutType> + * + * <figure><title>Schema fragment for soapbinding:TimeoutType</title> + * <programlisting><![CDATA[ * * <xs:complexType name="TimeoutType"> * <xs:attribute name="maxProcessingTime" type="xs:integer" use="required"/> @@ -35,6 +39,8 @@ * </xs:complexType> * <xs:element name="Timeout" type="TimeoutType"/> * + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
