aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sarkies2012-08-18 16:05:17 +0930
committerKen Sarkies2012-08-18 16:05:17 +0930
commit95126e8cd3740794c61ed9a832d7a77eca94f1c9 (patch)
treefb2fa4d1d3af5c338d7c42a3bdb05894223bdb5f
parent70b2376c9f8e008f7e5e8967206b73a2fe7926f9 (diff)
Tiny doxygen mod to get all constants to show in doc output
-rw-r--r--include/libopencm3/stm32/nvic.h3
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
*/
+/**@{*/
#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
+/**@}*/
+