mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-12-17 00:58:02 +00:00
Cleanup doxygen
This commit is contained in:
@@ -11,17 +11,6 @@
|
||||
* @brief STM32 GPIO module.
|
||||
*/
|
||||
|
||||
#ifdef DOXYGEN
|
||||
/**
|
||||
* @def STA_STM32_GPIO_ENABLE
|
||||
* @brief Enable module.
|
||||
*
|
||||
* @ingroup stm32BuildConfig
|
||||
*/
|
||||
# define STA_STM32_GPIO_ENABLE
|
||||
#endif // DOXYGEN
|
||||
|
||||
|
||||
// Only enable module on STM32 platform w/ HAL GPIO module enabled
|
||||
#include <sta/config.hpp>
|
||||
#ifdef STA_PLATFORM_STM32
|
||||
@@ -32,7 +21,7 @@
|
||||
#endif // STA_PLATFORM_STM32
|
||||
|
||||
|
||||
#ifdef STA_STM32_GPIO_ENABLED
|
||||
#if defined(STA_STM32_GPIO_ENABLED) || defined(DOXYGEN)
|
||||
|
||||
#include <sta/gpio_pin.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user