doxygen: Fix syntax for some output parameters
This commit is contained in:
@@ -281,8 +281,8 @@ struct child_cfg_t {
|
|||||||
*
|
*
|
||||||
* @param labels list of labels to match
|
* @param labels list of labels to match
|
||||||
* @param log FALSE to avoid logging details about the selection
|
* @param log FALSE to avoid logging details about the selection
|
||||||
* @param label[out] selected label or NULL if no label necessary
|
* @param[out] label selected label or NULL if no label necessary
|
||||||
* @param exact[out] TRUE if there was an exact match
|
* @param[out] exact TRUE if there was an exact match
|
||||||
* @return FALSE on failure
|
* @return FALSE on failure
|
||||||
*/
|
*/
|
||||||
bool (*select_label)(child_cfg_t *this, linked_list_t *labels, bool log,
|
bool (*select_label)(child_cfg_t *this, linked_list_t *labels, bool log,
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ struct redirect_manager_t {
|
|||||||
* IKE_SA_INIT message.
|
* IKE_SA_INIT message.
|
||||||
*
|
*
|
||||||
* @param ike_sa IKE_SA for which this is called
|
* @param ike_sa IKE_SA for which this is called
|
||||||
* @param gateway[out] new IKE gateway (IP or FQDN)
|
* @param[out] gateway new IKE gateway (IP or FQDN)
|
||||||
* @return TRUE if client should be redirected, FALSE otherwise
|
* @return TRUE if client should be redirected, FALSE otherwise
|
||||||
*/
|
*/
|
||||||
bool (*redirect_on_init)(redirect_manager_t *this, ike_sa_t *ike_sa,
|
bool (*redirect_on_init)(redirect_manager_t *this, ike_sa_t *ike_sa,
|
||||||
@@ -69,7 +69,7 @@ struct redirect_manager_t {
|
|||||||
* when the server authenticates itself.
|
* when the server authenticates itself.
|
||||||
*
|
*
|
||||||
* @param ike_sa IKE_SA for which this is called
|
* @param ike_sa IKE_SA for which this is called
|
||||||
* @param gateway[out] new IKE gateway (IP or FQDN)
|
* @param[out] gateway new IKE gateway (IP or FQDN)
|
||||||
* @return TRUE if client should be redirected, FALSE otherwise
|
* @return TRUE if client should be redirected, FALSE otherwise
|
||||||
*/
|
*/
|
||||||
bool (*redirect_on_auth)(redirect_manager_t *this, ike_sa_t *ike_sa,
|
bool (*redirect_on_auth)(redirect_manager_t *this, ike_sa_t *ike_sa,
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ struct redirect_provider_t {
|
|||||||
* IKE_SA_INIT message.
|
* IKE_SA_INIT message.
|
||||||
*
|
*
|
||||||
* @param ike_sa IKE_SA for which this is called
|
* @param ike_sa IKE_SA for which this is called
|
||||||
* @param gateway[out] new IKE gateway (IP or FQDN)
|
* @param[out] gateway new IKE gateway (IP or FQDN)
|
||||||
* @return TRUE if client should be redirected, FALSE otherwise
|
* @return TRUE if client should be redirected, FALSE otherwise
|
||||||
*/
|
*/
|
||||||
bool (*redirect_on_init)(redirect_provider_t *this, ike_sa_t *ike_sa,
|
bool (*redirect_on_init)(redirect_provider_t *this, ike_sa_t *ike_sa,
|
||||||
@@ -50,7 +50,7 @@ struct redirect_provider_t {
|
|||||||
* server authenticates itself.
|
* server authenticates itself.
|
||||||
*
|
*
|
||||||
* @param ike_sa IKE_SA for which this is called
|
* @param ike_sa IKE_SA for which this is called
|
||||||
* @param gateway[out] new IKE gateway (IP or FQDN)
|
* @param[out] gateway new IKE gateway (IP or FQDN)
|
||||||
* @return TRUE if client should be redirected, FALSE otherwise
|
* @return TRUE if client should be redirected, FALSE otherwise
|
||||||
*/
|
*/
|
||||||
bool (*redirect_on_auth)(redirect_provider_t *this, ike_sa_t *ike_sa,
|
bool (*redirect_on_auth)(redirect_provider_t *this, ike_sa_t *ike_sa,
|
||||||
|
|||||||
Reference in New Issue
Block a user