From 01404dfaa278a6c24934b2606e0711999f0e246a Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Thu, 30 Dec 2021 12:34:00 +0100 Subject: [PATCH] doxygen: remove empty platform_time configuration section Signed-off-by: Andrzej Kurek --- include/mbedtls/platform_time.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/mbedtls/platform_time.h b/include/mbedtls/platform_time.h index 0af62e8d0..8bef55378 100644 --- a/include/mbedtls/platform_time.h +++ b/include/mbedtls/platform_time.h @@ -28,14 +28,6 @@ extern "C" { #endif -/** - * \name SECTION: Module settings - * - * The configuration options you can set for this module are in this section. - * Either change them in mbedtls_config.h or define them on the compiler command line. - * \{ - */ - /* * The time_t datatype */ @@ -73,5 +65,4 @@ int mbedtls_platform_set_time( mbedtls_time_t (*time_func)( mbedtls_time_t* time } #endif -/** \} name SECTION: Module settings */ #endif /* platform_time.h */