[rtems commit] posix: Doxygen Enhancement Task #12

Gedare Bloom gedare at rtems.org
Tue Dec 18 16:51:10 UTC 2012


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

Author:    Ayush Awasthi <kolaveridi87 at gmail.com>
Date:      Tue Dec 18 11:55:40 2012 -0500

posix: Doxygen Enhancement Task #12

http://www.google-melange.com/gci/task/view/google/gci2012/8003214

---

 cpukit/posix/src/cancel.c        |    7 +++++++
 cpukit/posix/src/mqueuegetattr.c |    7 +++++++
 cpukit/posix/src/psxnametoid.c   |    7 +++++++
 cpukit/posix/src/setitimer.c     |    7 +++++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/cpukit/posix/src/cancel.c b/cpukit/posix/src/cancel.c
index acf1352..42321ce 100644
--- a/cpukit/posix/src/cancel.c
+++ b/cpukit/posix/src/cancel.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Canceling Execution of a Thread
+ * @ingroup POSIX
+ */
+
 /*
  *  COPYRIGHT (c) 1989-2008.
  *  On-Line Applications Research Corporation (OAR).
diff --git a/cpukit/posix/src/mqueuegetattr.c b/cpukit/posix/src/mqueuegetattr.c
index 267eed1..cfcc51a 100644
--- a/cpukit/posix/src/mqueuegetattr.c
+++ b/cpukit/posix/src/mqueuegetattr.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Message Queue Attributes
+ * @ingroup POSIX
+ */
+
 /*
  *  NOTE:  The structure of the routines is identical to that of POSIX
  *         Message_queues to leave the option of having unnamed message
diff --git a/cpukit/posix/src/psxnametoid.c b/cpukit/posix/src/psxnametoid.c
index f35eed3..d75d5d4 100644
--- a/cpukit/posix/src/psxnametoid.c
+++ b/cpukit/posix/src/psxnametoid.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief POSIX Name to ID
+ * @ingroup POSIX
+ */
+
 /*
  *  COPYRIGHT (c) 1989-2009.
  *  On-Line Applications Research Corporation (OAR).
diff --git a/cpukit/posix/src/setitimer.c b/cpukit/posix/src/setitimer.c
index 7a40419..f8ab9ef 100644
--- a/cpukit/posix/src/setitimer.c
+++ b/cpukit/posix/src/setitimer.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Set the Timer
+ * @ingroup POSIX
+ */
+
 /*
  *  COPYRIGHT (c) 1989-2008.
  *  On-Line Applications Research Corporation (OAR).




More information about the vc mailing list