Fix some Doxygen issues

This commit is contained in:
Tobias Brunner
2015-08-27 12:03:11 +02:00
parent 0737e936e0
commit c605a96d7f
7 changed files with 11 additions and 8 deletions
+3 -3
View File
@@ -160,7 +160,7 @@ struct ike_cfg_t {
* *
* Returned list and its proposals must be destroyed after use. * 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); 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 other_port IKE port to use as dest, 500 uses IKEv2 port floating
* @param fragmentation use IKEv1 fragmentation * @param fragmentation use IKEv1 fragmentation
* @param dscp DSCP value to send IKE packets with * @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, ike_cfg_t *ike_cfg_create(ike_version_t version, bool certreq, bool force_encap,
char *me, u_int16_t my_port, 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 * families are configured AF_UNSPEC is returned. %any is ignored (%any4|6 are
* not though). * not though).
* *
* @param this ike config to check
* @param local TRUE to check local addresses, FALSE for remote * @param local TRUE to check local addresses, FALSE for remote
* @return address family of address(es) if distinct * @return address family of address(es) if distinct
*/ */
int ike_cfg_get_family(ike_cfg_t *this, bool local); int ike_cfg_get_family(ike_cfg_t *this, bool local);
#endif /** IKE_CFG_H_ @}*/ #endif /** IKE_CFG_H_ @}*/
@@ -15,7 +15,7 @@
/** /**
* @defgroup tnc_ifmap_renew_session_job tnc_ifmap_renew_session_job * @defgroup tnc_ifmap_renew_session_job tnc_ifmap_renew_session_job
* @{ @ingroup cjobs * @{ @ingroup tnc_ifmap
*/ */
#ifndef TNC_IFMAP_RENEW_SESSION_JOB_H_ #ifndef TNC_IFMAP_RENEW_SESSION_JOB_H_
+1 -1
View File
@@ -18,7 +18,7 @@
/** /**
* @defgroup vici_message vici_message * @defgroup vici_message vici_message
* @{ @ingroup vici_dispatcher * @{ @ingroup vici
*/ */
#ifndef VICI_MESSAGE_H_ #ifndef VICI_MESSAGE_H_
+3
View File
@@ -15,6 +15,9 @@
/** /**
* @defgroup libimcv libimcv * @defgroup libimcv libimcv
* *
* @defgroup generic_attr generic_attr
* @ingroup libimcv
*
* @defgroup libimcv_imc imc * @defgroup libimcv_imc imc
* @ingroup libimcv * @ingroup libimcv
* *
@@ -15,7 +15,7 @@
*/ */
/** /**
* @defgroup sha1_hasher sha1_hasher * @defgroup padlock_sha1_hasher padlock_sha1_hasher
* @{ @ingroup padlock_p * @{ @ingroup padlock_p
*/ */
@@ -15,7 +15,7 @@
/** /**
* @defgroup printf_hook_builtin printf_hook_builtin * @defgroup printf_hook_builtin printf_hook_builtin
* @{ @ingroup utils * @{ @ingroup printf_hook
*/ */
#ifndef PRINTF_HOOK_BUILTIN_H_ #ifndef PRINTF_HOOK_BUILTIN_H_
@@ -16,7 +16,7 @@
/** /**
* @defgroup printf_hook_vstr printf_hook_vstr * @defgroup printf_hook_vstr printf_hook_vstr
* @{ @ingroup utils * @{ @ingroup printf_hook
*/ */
#ifndef PRINTF_HOOK_VSTR_H_ #ifndef PRINTF_HOOK_VSTR_H_