net: doc: socketutils.h: Add missing @file section

This will improve documentation coverage.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-05-19 12:59:28 +03:00 committed by Carles Cufí
parent a0b51ebc6f
commit 478f4d1f6d

View File

@ -4,6 +4,11 @@
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Socket utility functions.
*/
#ifndef ZEPHYR_INCLUDE_NET_SOCKETUTILS_H_
#define ZEPHYR_INCLUDE_NET_SOCKETUTILS_H_