1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

doxygen: remove empty platform_time configuration section

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek
2021-12-30 12:34:00 +01:00
parent a0defed667
commit 01404dfaa2

View File

@ -28,14 +28,6 @@
extern "C" { extern "C" {
#endif #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 * The time_t datatype
*/ */
@ -73,5 +65,4 @@ int mbedtls_platform_set_time( mbedtls_time_t (*time_func)( mbedtls_time_t* time
} }
#endif #endif
/** \} name SECTION: Module settings */
#endif /* platform_time.h */ #endif /* platform_time.h */