diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-11-22 15:40:42 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-11-22 15:40:42 +0000 |
| commit | b1fe5d552f140a6cf22ddf717caf780809f7d67b (patch) | |
| tree | 1df5992d019de666155aebf44d6f988636c85c4f | |
| parent | af040786baa8b337e9a88fcc5556c03486cdea4c (diff) | |
| download | lasso-b1fe5d552f140a6cf22ddf717caf780809f7d67b.tar.gz lasso-b1fe5d552f140a6cf22ddf717caf780809f7d67b.tar.xz lasso-b1fe5d552f140a6cf22ddf717caf780809f7d67b.zip | |
format list in docstring with paragraphs, as this form is known by the new
binding generator
| -rw-r--r-- | lasso/id-ff/logout.c | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index db3540d8..c8c9f5d5 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -768,24 +768,29 @@ gint lasso_logout_reset_providerID_index(LassoLogout *logout) * @logout: a #LassoLogout * * <itemizedlist> - * <listitem> + * <listitem><para> * Sets the remote provider id - * </listitem><listitem> + * </para></listitem> + * <listitem><para> * Sets a logout response with status code value to success. - * </listitem><listitem> + * </para></listitem> + * <listitem><para> * Verifies federation and authentication. - * </listitem><listitem> + * </para></listitem> + * <listitem><para> * If the request http method is a SOAP method, then verifies every other * Service Providers supports SOAP method : if not, then sets status code * value to UnsupportedProfile and returns a code error with * LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE. - * </listitem><listitem> + * </para></listitem> + * <listitem><para> * Every tests are ok, then removes assertion. - * </listitem><listitem> + * </para></listitem> + * <listitem><para> * If local server is an Identity Provider and if there is more than one * Service Provider (except the initial Service Provider), then saves the * initial request, response and remote provider id. - * </listitem> + * </para></listitem> * </itemizedlist> * * Return value: 0 on success; or a negative value otherwise. |
