Merge pull request #9405 from cmonr/fix-doxy

Travis: Fix doxy-spellcheck job
pull/9407/head
Martin Kojtal 2019-01-17 17:21:14 +01:00 committed by GitHub
commit 53bb9868ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -100,7 +100,7 @@ void attach_rtc(time_t (*read_rtc)(void), void (*write_rtc)(time_t), void (*init
/** Standard lib retarget, get time since Epoch
*
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
* separate target specific RTC implementations only the seconds component is used.
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
* not used.
@ -112,7 +112,7 @@ int gettimeofday(struct timeval *tv, void *tz);
/** Standard lib retarget, set time since Epoch
*
* @param tv Structure containing time_t secondsa and suseconds_t microseconds. Due to
* @param tv Structure containing time_t seconds and useconds_t microseconds. Due to
* separate target specific RTC implementations only the seconds component is used.
* @param tz DEPRECATED IN THE STANDARD: This parameter is left in for legacy code. It is
* not used.

View File

@ -91,3 +91,4 @@ multishot
_doxy_
sa
tparam
retarget