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/lib_request_authn_context.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/lib_request_authn_context.c')
| -rw-r--r-- | lasso/xml/lib_request_authn_context.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lasso/xml/lib_request_authn_context.c b/lasso/xml/lib_request_authn_context.c index cd6ebd1d..d9398233 100644 --- a/lasso/xml/lib_request_authn_context.c +++ b/lasso/xml/lib_request_authn_context.c @@ -24,12 +24,15 @@ #include <lasso/xml/lib_request_authn_context.h> -/* +/** + * SECTION:lib_request_authn_context + * @short_description: <lib:RequestAuthnContext> + * * Information describing which authentication context the requester desires the * identity provider to use in authenticating the Principal. * - * Schema fragment (liberty-idff-protocols-schema-v1.2.xsd): - * + * <figure><title>Schema fragment for lib:RequestAuthnContext</title> + * <programlisting><![CDATA[ * <xs:element name="RequestAuthnContext"> * <xs:complexType> * <xs:sequence> @@ -42,6 +45,8 @@ * </xs:sequence> * </xs:complexType> * </xs:element> + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
