mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c
Dependents: Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay
Fork of mbed-dev by
Diff: drivers/PortIn.h
- Revision:
- 167:e84263d55307
- Parent:
- 160:d5399cc887bb
diff -r c97ed07ec1a8 -r e84263d55307 drivers/PortIn.h --- a/drivers/PortIn.h Thu Jun 08 15:02:37 2017 +0100 +++ b/drivers/PortIn.h Wed Jun 21 17:46:44 2017 +0100 @@ -18,18 +18,17 @@ #include "platform/platform.h" -#if DEVICE_PORTIN +#if defined (DEVICE_PORTIN) || defined(DOXYGEN_ONLY) #include "hal/port_api.h" #include "platform/mbed_critical.h" namespace mbed { /** \addtogroup drivers */ -/** @{*/ /** A multiple pin digital input * - * @Note Synchronization level: Interrupt safe + * @note Synchronization level: Interrupt safe * * Example: * @code @@ -51,6 +50,7 @@ * } * } * @endcode + * @ingroup drivers */ class PortIn { public: @@ -100,5 +100,3 @@ #endif #endif - -/** @}*/