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_authentication_statement.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_authentication_statement.c')
| -rw-r--r-- | lasso/xml/lib_authentication_statement.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lasso/xml/lib_authentication_statement.c b/lasso/xml/lib_authentication_statement.c index c4fc3fb5..015e32f6 100644 --- a/lasso/xml/lib_authentication_statement.c +++ b/lasso/xml/lib_authentication_statement.c @@ -25,9 +25,12 @@ #include <lasso/xml/lib_authentication_statement.h> #include <lasso/xml/lib_subject.h> -/* - * Schema fragment (liberty-idff-protocols-schema-v1.2.xsd): +/** + * SECTION:lib_authentication_statement + * @short_description: <lib:AuthenticationStatement> * + * <figure><title>Schema fragment for lib:AuthenticationStatement</title> + * <programlisting><![CDATA[ * <xs:element name="AuthenticationStatement" type="AuthenticationStatementType" * substitutionGroup="saml:Statement"/> * <xs:complexType name="AuthenticationStatementType"> @@ -41,6 +44,8 @@ * </xs:extension> * </xs:complexContent> * </xs:complexType> + * ]]></programlisting> + * </figure> */ /*****************************************************************************/ |
