doxygen: fix more broken groupings

This commit is contained in:
Karl Palsson
2020-12-10 22:25:51 +00:00
parent 992a4d3753
commit 97d5e9a403
10 changed files with 27 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
/** @defgroup crs_defines CRS Defines
*
* @brief <b>Defined Constants and Types for the Clock Recovery System.</b>
* @brief <b>Defined Constants and Types for the Clock Recovery System</b>
*
* @ingroup STM32L0xx_defines
*

View File

@@ -32,8 +32,7 @@ LGPL License Terms @ref lgpl_license
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef LIBOPENCM3_TIMER_H
#define LIBOPENCM3_TIMER_H
#pragma once
#include <libopencm3/stm32/common/timer_common_all.h>
@@ -98,6 +97,3 @@ LGPL License Terms @ref lgpl_license
/**@}*/
#endif
/**@}*/