Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: platform/mbed_mktime.h
- Revision:
- 178:79309dc6340a
- Parent:
- 167:e84263d55307
- Child:
- 184:08ed48f1de7f
--- a/platform/mbed_mktime.h Wed Nov 08 13:50:44 2017 +0000
+++ b/platform/mbed_mktime.h Thu Nov 23 11:57:25 2017 +0000
@@ -28,6 +28,11 @@
extern "C" {
#endif
+/**
+ * \defgroup platform_mktime mktime functions
+ * @{
+ */
+
/** Compute if a year is a leap year or not.
*
* @param year The year to test it shall be in the range [70:138]. Year 0 is
@@ -89,6 +94,8 @@
*/
bool _rtc_localtime(time_t timestamp, struct tm* calendar_time);
+/** @}*/
+
#ifdef __cplusplus
}
#endif
