doc: efm32: fix doxygen warnings

Mind you, this doesn't actually fix that most of these are _missing_
that is a subsequent commit
This commit is contained in:
Karl Palsson
2019-06-17 21:53:27 +00:00
parent b9c437331f
commit a5562f27c0
4 changed files with 18 additions and 15 deletions

View File

@@ -54,7 +54,7 @@ bool cmu_get_lock_flag(void)
*
* Enable the clock on particular peripheral.
*
* @param[in] periph enum cmu_periph_clken Peripheral Name
* @param[in] clken Peripheral Name
*
* For available constants, see @a enum::cmu_periph_clken (CMU_LEUART1 for
* example)
@@ -69,7 +69,7 @@ void cmu_periph_clock_enable(enum cmu_periph_clken clken)
* @brief Disable Peripheral Clock in running mode.
* Disable the clock on particular peripheral.
*
* @param[in] periph enum cmu_periph_clken Peripheral Name
* @param[in] clken Peripheral Name
*
* For available constants, see @a enum::cmu_periph_clken (CMU_LEUART1 for
* example)