From 95126e8cd3740794c61ed9a832d7a77eca94f1c9 Mon Sep 17 00:00:00 2001 From: Ken Sarkies Date: Sat, 18 Aug 2012 16:05:17 +0930 Subject: Tiny doxygen mod to get all constants to show in doc output --- include/libopencm3/stm32/nvic.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/libopencm3/stm32/nvic.h b/include/libopencm3/stm32/nvic.h index f6a6075..cc8dcd6 100644 --- a/include/libopencm3/stm32/nvic.h +++ b/include/libopencm3/stm32/nvic.h @@ -39,6 +39,7 @@ LGPL License Terms @ref lgpl_license * You should have received a copy of the GNU Lesser General Public License * along with this library. If not, see . */ +/**@{*/ #ifndef LIBOPENCM3_NVIC_H #define LIBOPENCM3_NVIC_H @@ -135,3 +136,5 @@ void nvic_set_priority(u8 irqn, u8 priority); void nvic_generate_software_interrupt(u16 irqn); #endif +/**@}*/ + -- cgit v1.2.3