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/is_interaction_request.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/is_interaction_request.c')
| -rw-r--r-- | lasso/xml/is_interaction_request.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lasso/xml/is_interaction_request.c b/lasso/xml/is_interaction_request.c index 9b2e983c..b411bbce 100644 --- a/lasso/xml/is_interaction_request.c +++ b/lasso/xml/is_interaction_request.c @@ -24,8 +24,12 @@ #include <lasso/xml/is_interaction_request.h> -/* - * Schema fragments (liberty-idwsf-interaction-svc-v1.0.xsd): +/** + * SECTION:is_interaction_request + * @short_description: <is:InteractionRequest> + * + * <figure><title>Schema fragment for is:InteractionRequest</title> + * <programlisting><![CDATA[ * * <xs:element name="InteractionRequest" type="InteractionRequestType"/> * <xs:complexType name="InteractionRequestType"> @@ -39,6 +43,8 @@ * <xs:attribute name="maxInteractTime" type="xs:integer" use="optional"/> * <xs:attribute name="signed" type="xs:token" use="optional"/> * </xs:complexType> + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
