summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-07-23 15:37:03 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-07-23 16:53:24 -0500
commit0a84c29890444a2d3ca32cc6e2ea5f23be3137b1 (patch)
treebfef4138c70470498e630785477de64a5b2f9fd2
parentAdd _TOD_Adjust to SCORE TOD Handler. (diff)
downloadrtems-0a84c29890444a2d3ca32cc6e2ea5f23be3137b1.tar.bz2
coretod*.c: Fix Doxygen group and comment formatting
-rw-r--r--cpukit/score/src/coretod.c4
-rw-r--r--cpukit/score/src/coretodget.c8
-rw-r--r--cpukit/score/src/coretodgetuptimetimespec.c4
-rw-r--r--cpukit/score/src/coretodtickle.c4
-rw-r--r--cpukit/score/src/coretodtickspersec.c8
5 files changed, 14 insertions, 14 deletions
diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c
index f33d716ecf..2deeebaeb3 100644
--- a/cpukit/score/src/coretod.c
+++ b/cpukit/score/src/coretod.c
@@ -3,10 +3,10 @@
*
* @brief Initializes the Time of Day Handler
*
- * @ingroup ScoreTODConstants
+ * @ingroup ScoreTOD
*/
-/* COPYRIGHT (c) 1989-2008.
+/* COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/src/coretodget.c b/cpukit/score/src/coretodget.c
index d3fbaf43fc..70eb238a09 100644
--- a/cpukit/score/src/coretodget.c
+++ b/cpukit/score/src/coretodget.c
@@ -1,12 +1,12 @@
/**
- * @file
+ * @file
*
- * @brief Returns a Current TOD with Nanosecond Granularity
- * @ingroup ScoreTODConstants
+ * @brief Returns a Current TOD with Nanosecond Granularity
+ * @ingroup ScoreTOD
*/
/*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/src/coretodgetuptimetimespec.c b/cpukit/score/src/coretodgetuptimetimespec.c
index 21c5b4f8b8..5980b2f4bd 100644
--- a/cpukit/score/src/coretodgetuptimetimespec.c
+++ b/cpukit/score/src/coretodgetuptimetimespec.c
@@ -2,11 +2,11 @@
* @file
*
* @brief Get Uptime as struct timespec
- * @ingroup ScoreTODConstants
+ * @ingroup ScoreTOD
*/
/*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/src/coretodtickle.c b/cpukit/score/src/coretodtickle.c
index 2bc610529d..9116fc1a3b 100644
--- a/cpukit/score/src/coretodtickle.c
+++ b/cpukit/score/src/coretodtickle.c
@@ -3,10 +3,10 @@
*
* @brief Increments time of day at each clock tick
*
- * @ingroup ScoreTODConstants
+ * @ingroup ScoreTOD
*/
-/* COPYRIGHT (c) 1989-2007.
+/* COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
diff --git a/cpukit/score/src/coretodtickspersec.c b/cpukit/score/src/coretodtickspersec.c
index 32f5e6a884..cfe53cea86 100644
--- a/cpukit/score/src/coretodtickspersec.c
+++ b/cpukit/score/src/coretodtickspersec.c
@@ -1,11 +1,11 @@
/**
- * @file
+ * @file
*
- * @brief Convert Ticks To Seconds
- * @ingroup ScoreTODConstants
+ * @brief Convert Ticks To Seconds
+ * @ingroup ScoreTOD
*/
-/* COPYRIGHT (c) 1989-2008.
+/* COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be