reformat gtk-doc function comment to work with gtk-doc 1.21

This commit is contained in:
Frédéric Péters 2014-08-11 09:41:36 +02:00
parent ced1f047c2
commit 9b99eaee8a
2 changed files with 6 additions and 3 deletions

View File

@ -1500,7 +1500,8 @@ lasso_login_destroy(LassoLogin *login)
* provider, or if none is specified, Transient, which ask the IdP to give a one-time
* federation</para>
*
* Return value: 0 on success; or <itemizedlist>
* Return value: 0 on success; or
* <itemizedlist>
* <listitem><para>LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ if login is not a #LassoLogin object,</para></listitem>
* <listitem><para>LASSO_PROFILE_ERROR_MISSING_REMOTE_PROVIDERID if @remote_providerID is NULL and no default remote
* provider could be found from the server object -- usually the first one in the order of adding to
@ -2567,7 +2568,8 @@ lasso_login_dump(LassoLogin *login)
*
* Initializes a response to the authentication request received.
*
* Return value: 0 on success; or <itemizedlist>
* Return value: 0 on success; or
* <itemizedlist>
* <listitem><para>#LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ if login is not a #LassoLogin object,</para></listitem>
* <listitem><para>#LASSO_LOGIN_ERROR_REQUEST_DENIED</para> if @authentication_result if FALSE,</listitem>
* <listitem><para>#LASSO_LOGIN_ERROR_INVALID_SIGNATURE if signature validation of the request

View File

@ -639,7 +639,8 @@ lasso_idwsf2_profile_build_response_msg(LassoIdWsf2Profile *idwsf2_profile)
* Parse a response received by SOAP. Place the parsed message in the #LassoIdWsf2Profile structure
* in the @soap_envelope_response field and the content of the body in the @response field.
*
* Return value: 0 if successful, one of those error codes if the call fails: <itemizedlist>
* Return value: 0 if successful, one of those error codes if the call fails:
* <itemizedlist>
* <listitem><para>LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ if first parameter is not
* a #LassoIdWsf2Profile object,</para></listitem>
* <listitem><para>LASSO_PARAM_ERROR_INVALID_VALUE if message is NULL,</para></listitem>