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:
@@ -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
|
||||
|
||||
@{{*/
|
||||
|
||||
Reference in New Issue
Block a user