doc: nvic: generate a discoverable link name

The nvic_ functions all had a broken link to an f1 list of irqs.  Change
the header generator to generate a fixed name, and link to them.
Because of their scoping, this ok, they find the correct family's irq
definitions.
This commit is contained in:
Karl Palsson
2019-06-10 11:17:41 +00:00
parent ce5d1ca9a2
commit b4b2a2101c
2 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ template_nvic_h = '''\
#include <libopencm3/cm3/nvic.h>
/** @defgroup CM3_nvic_defines_{partname_doxygen} User interrupts for {partname_humanreadable}
/** @defgroup CM3_nvic_defines_irqs User interrupts for {partname_humanreadable}
@ingroup CM3_nvic_defines
@{{*/