summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/score
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-02 11:27:31 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-02 11:27:31 -0600
commitd9e0006dee876a691eb4846f6685d6eef03b64e5 (patch)
treeeb4cc966ba022a9ef65721f863c3108b8174d23a /cpukit/score/cpu/powerpc/rtems/score
parentsptests/spintrcritical16: Fix NULL pointer access (diff)
downloadrtems-d9e0006dee876a691eb4846f6685d6eef03b64e5.tar.bz2
score: Doxygen Clean Up Task #5
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/score')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpu.h4
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h10
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/types.h10
3 files changed, 15 insertions, 9 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
index e776f3ccf2..37d8c34bb9 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
@@ -1,5 +1,7 @@
/**
- * @file rtems/score/cpu.h
+ * @file
+ *
+ * @brief PowerPC CPU Department Source
*/
/*
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index bee0695000..691c81ce83 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -1,11 +1,13 @@
/**
- * @file rtems/score/powerpc.h
+ * @file
+ *
+ * @brief IBM/Motorola Power Pc Definitions
+ *
+ * This file contains definitions for the IBM/Motorola PowerPC
+ * family members.
*/
/*
- * This file contains definitions for the IBM/Motorola PowerPC
- * family members.
- *
* Author: Andrew Bray <andy@i-cubed.co.uk>
*
* COPYRIGHT (c) 1995 by i-cubed ltd.
diff --git a/cpukit/score/cpu/powerpc/rtems/score/types.h b/cpukit/score/cpu/powerpc/rtems/score/types.h
index 1f61bfe6ef..0b5f16e6b9 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/types.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/types.h
@@ -1,11 +1,13 @@
/**
- * @file rtems/score/types.h
+ * @file
+ *
+ * @brief PowerPC CPU Type Definitions
+ *
+ * This include file contains type definitions pertaining to the PowerPC
+ * processor family.
*/
/*
- * This include file contains type definitions pertaining to the PowerPC
- * processor family.
- *
* Author: Andrew Bray <andy@i-cubed.co.uk>
*
* COPYRIGHT (c) 1995 by i-cubed ltd.