From ee133344bd8023c43a036f3a8d5328afabedc63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20G=C3=BCndo=C4=9Fan?= Date: Fri, 31 Jul 2015 21:57:20 +0200 Subject: [PATCH] ng_icmpv6: use doxygen todo --- sys/include/net/ng_icmpv6.h | 4 ++-- sys/include/net/ng_icmpv6/error.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/include/net/ng_icmpv6.h b/sys/include/net/ng_icmpv6.h index de076d8de5..8bb2828d59 100644 --- a/sys/include/net/ng_icmpv6.h +++ b/sys/include/net/ng_icmpv6.h @@ -20,6 +20,8 @@ * @brief Definitions for ICMPv6 * * @author Martine Lenders + * + * @todo build error messages */ #ifndef NG_ICMPV6_H_ @@ -77,8 +79,6 @@ void ng_icmpv6_demux(kernel_pid_t iface, ng_pktsnip_t *pkt); */ ng_pktsnip_t *ng_icmpv6_build(ng_pktsnip_t *next, uint8_t type, uint8_t code, size_t size); -/* TODO: build error messages */ - /** * @brief Calculates the checksum for an ICMPv6 packet. * diff --git a/sys/include/net/ng_icmpv6/error.h b/sys/include/net/ng_icmpv6/error.h index dd4f0a2712..634ff80015 100644 --- a/sys/include/net/ng_icmpv6/error.h +++ b/sys/include/net/ng_icmpv6/error.h @@ -16,6 +16,8 @@ * @brief ICMPv6 error message definitions * * @author Martine Lenders + * + * @todo implement build and handle functions */ #ifndef NG_ICMPV6_ERROR_H_ #define NG_ICMPV6_ERROR_H_ @@ -146,8 +148,6 @@ typedef struct __attribute__((packed)) { network_uint32_t ptr; /**< pointer */ } ng_icmpv6_error_param_prob_t; -/* TODO: implement build and handle functions */ - #ifdef __cplusplus } #endif