Fix some Doxygen issues
This commit is contained in:
@@ -160,7 +160,7 @@ struct ike_cfg_t {
|
||||
*
|
||||
* Returned list and its proposals must be destroyed after use.
|
||||
*
|
||||
* @return list containing all the proposals
|
||||
* @return list containing all the proposals
|
||||
*/
|
||||
linked_list_t* (*get_proposals) (ike_cfg_t *this);
|
||||
|
||||
@@ -247,7 +247,7 @@ struct ike_cfg_t {
|
||||
* @param other_port IKE port to use as dest, 500 uses IKEv2 port floating
|
||||
* @param fragmentation use IKEv1 fragmentation
|
||||
* @param dscp DSCP value to send IKE packets with
|
||||
* @return ike_cfg_t object.
|
||||
* @return ike_cfg_t object.
|
||||
*/
|
||||
ike_cfg_t *ike_cfg_create(ike_version_t version, bool certreq, bool force_encap,
|
||||
char *me, u_int16_t my_port,
|
||||
@@ -259,10 +259,10 @@ ike_cfg_t *ike_cfg_create(ike_version_t version, bool certreq, bool force_encap,
|
||||
* families are configured AF_UNSPEC is returned. %any is ignored (%any4|6 are
|
||||
* not though).
|
||||
*
|
||||
* @param this ike config to check
|
||||
* @param local TRUE to check local addresses, FALSE for remote
|
||||
* @return address family of address(es) if distinct
|
||||
*/
|
||||
int ike_cfg_get_family(ike_cfg_t *this, bool local);
|
||||
|
||||
|
||||
#endif /** IKE_CFG_H_ @}*/
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tnc_ifmap_renew_session_job tnc_ifmap_renew_session_job
|
||||
* @{ @ingroup cjobs
|
||||
* @{ @ingroup tnc_ifmap
|
||||
*/
|
||||
|
||||
#ifndef TNC_IFMAP_RENEW_SESSION_JOB_H_
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup vici_message vici_message
|
||||
* @{ @ingroup vici_dispatcher
|
||||
* @{ @ingroup vici
|
||||
*/
|
||||
|
||||
#ifndef VICI_MESSAGE_H_
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
/**
|
||||
* @defgroup libimcv libimcv
|
||||
*
|
||||
* @defgroup generic_attr generic_attr
|
||||
* @ingroup libimcv
|
||||
*
|
||||
* @defgroup libimcv_imc imc
|
||||
* @ingroup libimcv
|
||||
*
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup sha1_hasher sha1_hasher
|
||||
* @defgroup padlock_sha1_hasher padlock_sha1_hasher
|
||||
* @{ @ingroup padlock_p
|
||||
*/
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup printf_hook_builtin printf_hook_builtin
|
||||
* @{ @ingroup utils
|
||||
* @{ @ingroup printf_hook
|
||||
*/
|
||||
|
||||
#ifndef PRINTF_HOOK_BUILTIN_H_
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup printf_hook_vstr printf_hook_vstr
|
||||
* @{ @ingroup utils
|
||||
* @{ @ingroup printf_hook
|
||||
*/
|
||||
|
||||
#ifndef PRINTF_HOOK_VSTR_H_
|
||||
|
||||
Reference in New Issue
Block a user