Tidy-up CMSIS documentation

Define the group within the CMSIS dir and rename a doxygen group that was not displaying correctly in the built docs
This commit is contained in:
George Oikonomou 2017-12-02 22:51:00 +00:00
parent 1b87b86f2e
commit c8ecd201f5
3 changed files with 7 additions and 6 deletions

View File

@ -1,4 +0,0 @@
/**
* \defgroup cmsis CMSIS (Cortex Microcontroller Software Interface Standard)
* \ingroup arm
*/

View File

@ -66,7 +66,7 @@
* CMSIS definitions
******************************************************************************/
/**
\ingroup Cortex-M0+
\ingroup Cortex_M0_plus
@{
*/

View File

@ -1,3 +1,8 @@
/**
* \defgroup cmsis CMSIS (Cortex Microcontroller Software Interface Standard)
* \ingroup arm
*/
/**
* \addtogroup CMSIS_Core_FunctionInterface
* \ingroup cmsis
@ -39,7 +44,7 @@
*/
/**
* \defgroup Cortex-M0+ Cortex-M0+
* \defgroup Cortex_M0_plus Cortex-M0+
* \ingroup cmsis
*/