------------------------------------------------------------ revno: 4912 committer: Miika Komu <[email protected]> branch nick: trunk timestamp: Tue 2010-08-24 20:20:54 +0300 message: Fixed doxygen warnings in hipd/netdev.c. /home/hipl/trunk/hipd/netdev.c:754: Warning: argument 'src_hit' of command @param is not found in the argument list of hip_netdev_trigger_bex(const hip_hit_t *src_hit_in, const hip_hit_t *dst_hit_in, const hip_lsi_t *src_lsi_in, const hip_lsi_t *dst_lsi_in, const struct in6_addr *src_addr_in, const struct in6_addr *dst_addr_in) /home/hipl/trunk/hipd/netdev.c:754: Warning: argument 'dst_hit' of command @param is not found in the argument list of hip_netdev_trigger_bex(const hip_hit_t *src_hit_in, const hip_hit_t *dst_hit_in, const hip_lsi_t *src_lsi_in, const hip_lsi_t *dst_lsi_in, const struct in6_addr *src_addr_in, const struct in6_addr *dst_addr_in) /home/hipl/trunk/hipd/netdev.c:754: Warning: argument 'src_lsi' of command @param is not found in the argument list of hip_netdev_trigger_bex(const hip_hit_t *src_hit_in, const hip_hit_t *dst_hit_in, const hip_lsi_t *src_lsi_in, const hip_lsi_t *dst_lsi_in, const struct in6_addr *src_addr_in, const struct in6_addr *dst_addr_in) /home/hipl/trunk/hipd/netdev.c:754: Warning: argument 'dst_lsi' of command @param is not found in the argument list of hip_netdev_trigger_bex(const hip_hit_t *src_hit_in, const hip_hit_t *dst_hit_in, const hip_lsi_t *src_lsi_in, const hip_lsi_t *dst_lsi_in, const struct in6_addr *src_addr_in, const struct in6_addr *dst_addr_in) /home/hipl/trunk/hipd/netdev.c:754: Warning: argument 'src_addr' of command @param is not found in the argument list of hip_netdev_trigger_bex(const hip_hit_t *src_hit_in, const hip_hit_t *dst_hit_in, const hip_lsi_t *src_lsi_in, const hip_lsi_t *dst_lsi_in, const struct in6_addr *src_addr_in, const struct in6_addr *dst_addr_in) /home/hipl/trunk/hipd/netdev.c:754: Warning: argument 'dst_addr' of command @param is not found in the argument list of hip_netdev_trigger_bex(const hip_hit_t *src_hit_in, const hip_hit_t *dst_hit_in, const hip_lsi_t *src_lsi_in, const hip_lsi_t *dst_lsi_in, const struct in6_addr *src_addr_in, const struct in6_addr *dst_addr_in) /home/hipl/trunk/hipd/netdev.c:754: Warning: The following parameters of hip_netdev_trigger_bex(const hip_hit_t *src_hit_in, const hip_hit_t *dst_hit_in, const hip_lsi_t *src_lsi_in, const hip_lsi_t *dst_lsi_in, const struct in6_addr *src_addr_in, const struct in6_addr *dst_addr_in) are not documented: parameter 'src_hit_in' parameter 'dst_hit_in' parameter 'src_lsi_in' parameter 'dst_lsi_in' parameter 'src_addr_in' parameter 'dst_addr_in' modified: hipd/netdev.c
-- lp:hipl https://code.launchpad.net/~hipl-core/hipl/trunk Your team HIPL core team is subscribed to branch lp:hipl. To unsubscribe from this branch go to https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'hipd/netdev.c' --- hipd/netdev.c 2010-08-19 09:32:20 +0000 +++ hipd/netdev.c 2010-08-24 17:20:54 +0000 @@ -757,15 +757,15 @@ * arguments. This function also supports HIP-based loopback * connectivity and hiccups (data packet) extensions. * - * @param src_hit The source HIT for the I1. Alternatively, NULL if default - * HIT is suitable - * @param dst_hit The destination HIT. This HIT cannot be a "pseudo HIT" as - * used by the opportunistic mode. Use hip_send_i1() function - * instead with opportunistic mode. - * @param src_lsi Optional source LSI corresponding to the source HIT - * @param dst_lsi Optional destination LSI corresponding to the destination HIT - * @param src_addr Source address for the I1 (IPv4 address in IPv6 mapped format) - * @param dst_addr Destination address for the I1 (IPv4 address in IPv6 mapped format) + * @param src_hit_in The source HIT for the I1. Alternatively, NULL if default + * HIT is suitable + * @param dst_hit_in The destination HIT. This HIT cannot be a "pseudo HIT" as + * used by the opportunistic mode. Use hip_send_i1() function + * instead with opportunistic mode. + * @param src_lsi_in Optional source LSI corresponding to the source HIT + * @param dst_lsi_in Optional destination LSI corresponding to the destination HIT + * @param src_addr_in Source address for the I1 (IPv4 address in IPv6 mapped format) + * @param dst_addr_in Destination address for the I1 (IPv4 address in IPv6 mapped format) * @return zero on success and non-zero on error * @note HITs can be NULL if the LSIs are non-NULL (and vice versa). * @note The locators (addresses) can be NULL. This function will
_______________________________________________ Mailing list: https://launchpad.net/~hipl-core Post to : [email protected] Unsubscribe : https://launchpad.net/~hipl-core More help : https://help.launchpad.net/ListHelp

