[rtems commit] coretod*.c: Fix Doxygen group and comment formatting

Joel Sherrill joel at rtems.org
Thu Jul 24 21:43:48 UTC 2014


Module:    rtems
Branch:    master
Commit:    0a84c29890444a2d3ca32cc6e2ea5f23be3137b1
Changeset: http://git.rtems.org/rtems/commit/?id=0a84c29890444a2d3ca32cc6e2ea5f23be3137b1

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed Jul 23 15:37:03 2014 -0500

coretod*.c: Fix Doxygen group and comment formatting

---

 cpukit/score/src/coretod.c                  |    4 ++--
 cpukit/score/src/coretodget.c               |    8 ++++----
 cpukit/score/src/coretodgetuptimetimespec.c |    4 ++--
 cpukit/score/src/coretodtickle.c            |    4 ++--
 cpukit/score/src/coretodtickspersec.c       |    8 ++++----
 5 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c
index f33d716..2deeeba 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 d3fbaf4..70eb238 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 21c5b4f..5980b2f 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 2bc6105..9116fc1 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 32f5e6a..cfe53ce 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



More information about the vc mailing list