Skip to content

Commit b69c9c1

Browse files
committed
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: Benjamin Cabé <[email protected]>
1 parent 9c27d72 commit b69c9c1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

include/zephyr/net/icmp.h

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/** @file icmp.h
8-
*
9-
* @brief ICMP sending and receiving.
7+
/**
8+
* @file icmp.h
9+
* @brief Header file for ICMP protocol support.
10+
* @ingroup icmp
1011
*
11-
* @defgroup icmp Send and receive IPv4 or IPv6 ICMP Echo Request messages.
12+
* @defgroup icmp ICMP
13+
* @brief Send and receive IPv4 or IPv6 ICMP (Internet Control Message Protocol)
14+
* Echo Request messages.
1215
* @since 3.5
1316
* @version 0.8.0
1417
* @ingroup networking

0 commit comments

Comments
 (0)