Commit b69c9c1f authored by Benjamin Cabé's avatar Benjamin Cabé Committed by Benjamin Cabé
Browse files

net: include: icmp: doxygen fixes



Group name was incorrectly used as a brief description ;
used the opportunity to fully clean-up file and group
definition

Signed-off-by: default avatarBenjamin Cabé <benjamin@zephyrproject.org>
parent 9c27d729
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -4,11 +4,14 @@
 * SPDX-License-Identifier: Apache-2.0
 */

/** @file icmp.h
 *
 * @brief ICMP sending and receiving.
/**
 * @file icmp.h
 * @brief Header file for ICMP protocol support.
 * @ingroup icmp
 *
 * @defgroup icmp Send and receive IPv4 or IPv6 ICMP Echo Request messages.
 * @defgroup icmp ICMP
 * @brief Send and receive IPv4 or IPv6 ICMP (Internet Control Message Protocol)
 *        Echo Request messages.
 * @since 3.5
 * @version 0.8.0
 * @ingroup networking