From f839bf5ae259fe53353a00046adf2c9413df502a Mon Sep 17 00:00:00 2001 From: Christopher Kerl Date: Sat, 1 Dec 2012 09:47:07 -0500 Subject: score misc: Score misc: Clean up Doxygen #10 (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/7983216 --- cpukit/score/include/rtems/score/timestamp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/score/include/rtems/score/timestamp.h') diff --git a/cpukit/score/include/rtems/score/timestamp.h b/cpukit/score/include/rtems/score/timestamp.h index fb16886947..951c37413d 100644 --- a/cpukit/score/include/rtems/score/timestamp.h +++ b/cpukit/score/include/rtems/score/timestamp.h @@ -73,9 +73,9 @@ extern "C" { #endif /** - * @brief Set Timestamp to Seconds Nanosecond + * @brief Set Timestamp to Specified Seconds and Nanoseconds * - * This method sets the timestamp to the specified seconds and nanoseconds + * This method sets the timestamp to the specified @a _seconds and @a _nanoseconds * value. * * @param[in] _time points to the timestamp instance to validate. @@ -328,9 +328,9 @@ extern "C" { #endif /** - * @brief Convert Timestamp to struct timespec + * @brief Convert Timestamp to Struct Timespec * - * This method returns the seconds portion of the specified timestamp + * This method returns the seconds portion of the specified @a _timestamp. * * @param[in] _timestamp points to the timestamp * @param[in] _timespec points to the timespec -- cgit v1.2.3