From bc6af71443302bead4a231d86e4288c4637849ea Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 21 May 2019 21:41:41 +0000 Subject: [PATCH] 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. --- include/libopencm3/cm3/doc-cm3.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/libopencm3/cm3/doc-cm3.h b/include/libopencm3/cm3/doc-cm3.h index 0f76370f..6f9392f6 100644 --- a/include/libopencm3/cm3/doc-cm3.h +++ b/include/libopencm3/cm3/doc-cm3.h @@ -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 + */ +