aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/MSP430')
-rw-r--r--os/ports/GCC/MSP430/chcore.c2
-rw-r--r--os/ports/GCC/MSP430/chcore.h2
-rw-r--r--os/ports/GCC/MSP430/chtypes.h2
-rw-r--r--os/ports/GCC/MSP430/msp430_serial.c2
-rw-r--r--os/ports/GCC/MSP430/msp430_serial.h2
-rw-r--r--os/ports/GCC/MSP430/pal_lld.c2
-rw-r--r--os/ports/GCC/MSP430/pal_lld.h2
-rw-r--r--os/ports/GCC/MSP430/port.dox3
8 files changed, 10 insertions, 7 deletions
diff --git a/os/ports/GCC/MSP430/chcore.c b/os/ports/GCC/MSP430/chcore.c
index 45d52726a..374bec9a6 100644
--- a/os/ports/GCC/MSP430/chcore.c
+++ b/os/ports/GCC/MSP430/chcore.c
@@ -18,7 +18,7 @@
*/
/**
- * @file ports/MSP430/chcore.c
+ * @file MSP430/chcore.c
* @brief MSP430 architecture port code.
* @addtogroup MSP430_CORE
* @{
diff --git a/os/ports/GCC/MSP430/chcore.h b/os/ports/GCC/MSP430/chcore.h
index 313108cde..f903a116a 100644
--- a/os/ports/GCC/MSP430/chcore.h
+++ b/os/ports/GCC/MSP430/chcore.h
@@ -18,7 +18,7 @@
*/
/**
- * @file ports/MSP430/chcore.h
+ * @file MSP430/chcore.h
* @brief MSP430 architecture port macros and structures.
* @addtogroup MSP430_CORE
* @{
diff --git a/os/ports/GCC/MSP430/chtypes.h b/os/ports/GCC/MSP430/chtypes.h
index f8d7c944a..f273d81ab 100644
--- a/os/ports/GCC/MSP430/chtypes.h
+++ b/os/ports/GCC/MSP430/chtypes.h
@@ -18,7 +18,7 @@
*/
/**
- * @file ports/MSP430/chtypes.h
+ * @file MSP430/chtypes.h
* @brief MSP430 architecture port system types.
* @addtogroup MSP430_CORE
* @{
diff --git a/os/ports/GCC/MSP430/msp430_serial.c b/os/ports/GCC/MSP430/msp430_serial.c
index 69351b19d..a7da03c60 100644
--- a/os/ports/GCC/MSP430/msp430_serial.c
+++ b/os/ports/GCC/MSP430/msp430_serial.c
@@ -18,7 +18,7 @@
*/
/**
- * @file ports/MSP430/msp430_serial.c
+ * @file MSP430/msp430_serial.c
* @brief MSP430 Serial driver code.
* @addtogroup MSP430_SERIAL
* @{
diff --git a/os/ports/GCC/MSP430/msp430_serial.h b/os/ports/GCC/MSP430/msp430_serial.h
index 2195a6869..487dc22ec 100644
--- a/os/ports/GCC/MSP430/msp430_serial.h
+++ b/os/ports/GCC/MSP430/msp430_serial.h
@@ -18,7 +18,7 @@
*/
/**
- * @file ports/MSP430/msp430_serial.h
+ * @file MSP430/msp430_serial.h
* @brief MSP430 Serial driver macros and structures.
* @addtogroup MSP430_SERIAL
* @{
diff --git a/os/ports/GCC/MSP430/pal_lld.c b/os/ports/GCC/MSP430/pal_lld.c
index ae9e3809b..885a58dbc 100644
--- a/os/ports/GCC/MSP430/pal_lld.c
+++ b/os/ports/GCC/MSP430/pal_lld.c
@@ -18,7 +18,7 @@
*/
/**
- * @file os/ports/GCC/MSP430/pal_lld.c
+ * @file MSP430/pal_lld.c
* @brief MSP430 Digital I/O low level driver code
* @addtogroup MSP430_PAL
* @{
diff --git a/os/ports/GCC/MSP430/pal_lld.h b/os/ports/GCC/MSP430/pal_lld.h
index 468809d51..94407a849 100644
--- a/os/ports/GCC/MSP430/pal_lld.h
+++ b/os/ports/GCC/MSP430/pal_lld.h
@@ -18,7 +18,7 @@
*/
/**
- * @file os/ports/GCC/MSP430/pal_lld.h
+ * @file MSP430/pal_lld.h
* @brief MSP430 Digital I/O low level driver header
* @addtogroup MSP430_PAL
* @{
diff --git a/os/ports/GCC/MSP430/port.dox b/os/ports/GCC/MSP430/port.dox
index 1d0216d3c..232053f06 100644
--- a/os/ports/GCC/MSP430/port.dox
+++ b/os/ports/GCC/MSP430/port.dox
@@ -79,6 +79,9 @@
* @brief MSP430 specific port code, structures and macros.
*
* @ingroup MSP430
+ * @file MSP430/chtypes.h Port types.
+ * @file MSP430/chcore.h Port related structures and macros.
+ * @file MSP430/chcore.c Port related code.
*/
/**