aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2012-04-02 09:34:09 +0800
committerTat-Chee Wan (USM)2012-04-02 09:34:09 +0800
commit2c09d15ac9ad8e2a653713f23d5e0b6921bf15c3 (patch)
treee470b08d0833bd7f1264f38ec18dbfcae17789fc
parent9f74e6a12ed429859cfccb0b3e4c9ee6b0a375da (diff)
Fixed Doxygen comment syntax
-rw-r--r--Debugger/debug_internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debugger/debug_internals.h b/Debugger/debug_internals.h
index e187b82..bdab463 100644
--- a/Debugger/debug_internals.h
+++ b/Debugger/debug_internals.h
@@ -390,4 +390,6 @@ ENUM_VAL(DISP_ABORT_SPURIOUS) /**< Spurious IRQ. */
ENUM_VAL(DISP_ABORT_ILLEGAL) /**< Illegal Instruction. */
ENUM_END(abort_type_t)
+/*@}*/
+
#endif /* __DEBUG_INTERNALS_H__ */