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/samlp_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/samlp_request.c')
| -rw-r--r-- | lasso/xml/samlp_request.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lasso/xml/samlp_request.c b/lasso/xml/samlp_request.c index ad2ebaaf..12eba377 100644 --- a/lasso/xml/samlp_request.c +++ b/lasso/xml/samlp_request.c @@ -24,7 +24,12 @@ #include <lasso/xml/samlp_request.h> -/* +/** + * SECTION:samlp_request + * @short_description: <samlp:Request> + * + * <figure><title>Schema fragment for lib:Scoping</title> + * <programlisting><![CDATA[ * <element name="Request" type="samlp:RequestType"/> * <complexType name="RequestType"> * <complexContent> @@ -43,6 +48,8 @@ * </complexType> * * <element name="AssertionArtifact" type="string"/> + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
