From 77f2ffc94754451a9f0ca0d356384417d5e265cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 5 May 2016 23:35:35 +0200 Subject: [PATCH] add better comment --- lib/rtc_dcf77.c | 2 +- lib/rtc_dcf77.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rtc_dcf77.c b/lib/rtc_dcf77.c index 6352e80..1a8f79f 100644 --- a/lib/rtc_dcf77.c +++ b/lib/rtc_dcf77.c @@ -12,7 +12,7 @@ * along with this program. If not, see . * */ -/** @brief library to get time from a DCF77 module +/** @brief library to get time from a DCF77 module (code) * @file rtc_dcf77.c * @author King Kévin * @date 2016 diff --git a/lib/rtc_dcf77.h b/lib/rtc_dcf77.h index a8c55c4..edc42c3 100644 --- a/lib/rtc_dcf77.h +++ b/lib/rtc_dcf77.h @@ -12,7 +12,7 @@ * along with this program. If not, see . * */ -/** @brief library to get time from a DCF77 module +/** @brief library to get time from a DCF77 module (API) * @file rtc_dcf77.h * @author King Kévin * @date 2016