doc: predefine a group for the cortex peripherals.

They were all trying to use this, via @ingroup CM3_files, but that group
didn't exist, so they just got left dangling as "systick_file" and
similar.
This commit is contained in:
Karl Palsson 2019-05-21 21:41:41 +00:00
parent b24d7f96b5
commit bc6af71443

View File

@ -20,3 +20,7 @@ LGPL License Terms @ref lgpl_license
LGPL License Terms @ref lgpl_license
*/
/** @defgroup CM3_files Cortex Core Peripheral APIs
* APIs for Coretex Core peripherals
*/