Correct several doxygen tags (\file)

This commit is contained in:
Rémy Léone 2014-06-19 14:30:33 +02:00
parent f111058472
commit 8c3fa17ec0
33 changed files with 73 additions and 75 deletions

View file

@ -54,7 +54,7 @@ uint16_t halCommonGetInt16uMillisecondTick(void);
* @brief Returns the current system time in system ticks, as a 32-bit
* value.
*
* @nostackusage
* nostackusage
*
* @return The least significant 32 bits of the current system time, in
* system ticks.
@ -65,7 +65,7 @@ uint32_t halCommonGetInt32uMillisecondTick(void);
* @brief Returns the current system time in quarter second ticks, as a
* 16-bit value.
*
* @nostackusage
* nostackusage
*
* @return The least significant 16 bits of the current system time, in system
* ticks multiplied by 256.