updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -323,8 +323,6 @@ struct child_sa_t {
|
||||
*
|
||||
* @param me own address
|
||||
* @param other remote address
|
||||
* @param my_id id of own peer
|
||||
* @param other_id id of remote peer
|
||||
* @param config config to use for this CHILD_SA
|
||||
* @param reqid reqid of old CHILD_SA when rekeying, 0 otherwise
|
||||
* @param encap TRUE to enable UDP encapsulation (NAT traversal)
|
||||
@@ -333,4 +331,4 @@ struct child_sa_t {
|
||||
child_sa_t * child_sa_create(host_t *me, host_t *other, child_cfg_t *config,
|
||||
u_int32_t reqid, bool encap);
|
||||
|
||||
#endif /*CHILD_SA_H_ @} */
|
||||
#endif /** CHILD_SA_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user