Fixed some Doxygen warnings.
This commit is contained in:
@@ -44,7 +44,7 @@ struct listener_t {
|
|||||||
* @param ike_sa IKE_SA associated to the event
|
* @param ike_sa IKE_SA associated to the event
|
||||||
* @param format printf() style format string
|
* @param format printf() style format string
|
||||||
* @param args vprintf() style va_list argument list
|
* @param args vprintf() style va_list argument list
|
||||||
" @return TRUE to stay registered, FALSE to unregister
|
* @return TRUE to stay registered, FALSE to unregister
|
||||||
*/
|
*/
|
||||||
bool (*log)(listener_t *this, debug_t group, level_t level, int thread,
|
bool (*log)(listener_t *this, debug_t group, level_t level, int thread,
|
||||||
ike_sa_t *ike_sa, char* format, va_list args);
|
ike_sa_t *ike_sa, char* format, va_list args);
|
||||||
@@ -55,7 +55,7 @@ struct listener_t {
|
|||||||
* @param ike_sa IKE_SA associated to the alert, if any
|
* @param ike_sa IKE_SA associated to the alert, if any
|
||||||
* @param alert kind of alert
|
* @param alert kind of alert
|
||||||
* @param ... alert specific argument list
|
* @param ... alert specific argument list
|
||||||
" @return TRUE to stay registered, FALSE to unregister
|
* @return TRUE to stay registered, FALSE to unregister
|
||||||
*/
|
*/
|
||||||
bool (*alert)(listener_t *this, ike_sa_t *ike_sa,
|
bool (*alert)(listener_t *this, ike_sa_t *ike_sa,
|
||||||
alert_t alert, va_list args);
|
alert_t alert, va_list args);
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ cp_payload_t *cp_payload_create();
|
|||||||
/**
|
/**
|
||||||
* Creates an cp_payload_t with type and value
|
* Creates an cp_payload_t with type and value
|
||||||
*
|
*
|
||||||
* @param type type of configuration payload to create
|
* @param config_type type of configuration payload to create
|
||||||
* @return created configuration payload
|
* @return created configuration payload
|
||||||
*/
|
*/
|
||||||
cp_payload_t *cp_payload_create_type(config_type_t config_type);
|
cp_payload_t *cp_payload_create_type(config_type_t config_type);
|
||||||
|
|||||||
@@ -239,9 +239,9 @@ traffic_selector_t *traffic_selector_create_from_string(
|
|||||||
*
|
*
|
||||||
* @param protocol protocol for this ts, such as TCP or UDP
|
* @param protocol protocol for this ts, such as TCP or UDP
|
||||||
* @param type type of following addresses, such as TS_IPV4_ADDR_RANGE
|
* @param type type of following addresses, such as TS_IPV4_ADDR_RANGE
|
||||||
* @param from_addr start of address range, network order
|
* @param from_address start of address range, network order
|
||||||
* @param from_port port number, host order
|
* @param from_port port number, host order
|
||||||
* @param to_addr end of address range, network order
|
* @param to_address end of address range, network order
|
||||||
* @param to_port port number, host order
|
* @param to_port port number, host order
|
||||||
* @return traffic_selector_t object
|
* @return traffic_selector_t object
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user