You can't have two mainpage items, and the second was just being ignored. This restores them, which makes the left side list longer, which we may or may not like, but it's at least how it was documented to be.
36 lines
620 B
C
36 lines
620 B
C
/** @page libopencm3 MSP432E4
|
|
|
|
@version 1.0.0
|
|
|
|
@date 29 July 2018
|
|
|
|
API documentation for Texas Instruments MSP432E4xx Cortex M4F series.
|
|
|
|
LGPL License Terms @ref lgpl_license
|
|
*/
|
|
|
|
/** @defgroup peripheral_apis Peripheral APIs
|
|
* APIs for device peripherals
|
|
*/
|
|
|
|
/** @defgroup MSP432E4xx MSP432E4xx
|
|
Libraries for Texas Instruments MSP432E4xx series.
|
|
|
|
@version 1.0.0
|
|
|
|
@date 29 July 2018
|
|
|
|
LGPL License Terms @ref lgpl_license
|
|
*/
|
|
|
|
/** @defgroup MSP432E4xx_defines MSP432E4xx Defines
|
|
*
|
|
@brief Defined Constants and Types for the MSP432E4xx series.
|
|
|
|
@version 1.0.0
|
|
|
|
@date 29 July 2018
|
|
|
|
LGPL License Terms @ref lgpl_license
|
|
*/
|