summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/v850
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-02 15:23:57 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-12-02 15:23:57 -0600
commit43e05991513c9d3d494b88920c0fbf3ef5b547bb (patch)
tree661a18ab99e775a084b2ba71485fda3b798403c0 /cpukit/score/cpu/v850
parentscore misc: Clean up Doxygen #12 (GCI 2012) (diff)
downloadrtems-43e05991513c9d3d494b88920c0fbf3ef5b547bb.tar.bz2
score misc: Clean up Doxygen #13 (GCI 2012)
This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/8013205
Diffstat (limited to 'cpukit/score/cpu/v850')
-rw-r--r--cpukit/score/cpu/v850/cpu.c4
-rw-r--r--cpukit/score/cpu/v850/rtems/score/cpu.h3
2 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/cpu/v850/cpu.c b/cpukit/score/cpu/v850/cpu.c
index 6a7dd205af..50065b6623 100644
--- a/cpukit/score/cpu/v850/cpu.c
+++ b/cpukit/score/cpu/v850/cpu.c
@@ -1,7 +1,7 @@
/**
- * @file
+ * @file
*
- * v850 CPU Dependent Source
+ * @brief v850 CPU Initialize
*/
/*
diff --git a/cpukit/score/cpu/v850/rtems/score/cpu.h b/cpukit/score/cpu/v850/rtems/score/cpu.h
index d77344bdca..b6fb59d7b6 100644
--- a/cpukit/score/cpu/v850/rtems/score/cpu.h
+++ b/cpukit/score/cpu/v850/rtems/score/cpu.h
@@ -1041,11 +1041,14 @@ void _CPU_Context_Initialize(
/* functions */
/**
+ * @brief CPU Initialize
* This routine performs CPU dependent initialization.
*
* Port Specific Information:
*
* This is implemented in C.
+ *
+ * v850 CPU Dependent Source
*/
void _CPU_Initialize(void);