summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 06:27:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-21 06:27:15 +0000
commit6c2675dfb2f6d287b277b27089a1ecb6c855600d (patch)
tree0abc8b7a752caa6190779d453a89d3c1b65b7161 /cpukit/posix/inline/rtems
parent2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6c2675dfb2f6d287b277b27089a1ecb6c855600d.tar.bz2
Add doxygen preamble.
Diffstat (limited to 'cpukit/posix/inline/rtems')
-rw-r--r--cpukit/posix/inline/rtems/posix/cond.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/intr.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/key.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/mqueue.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/mutex.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/priority.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/pthread.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/semaphore.inl4
-rw-r--r--cpukit/posix/inline/rtems/posix/timer.inl4
9 files changed, 36 insertions, 0 deletions
diff --git a/cpukit/posix/inline/rtems/posix/cond.inl b/cpukit/posix/inline/rtems/posix/cond.inl
index 09eac152e1..22c218b31f 100644
--- a/cpukit/posix/inline/rtems/posix/cond.inl
+++ b/cpukit/posix/inline/rtems/posix/cond.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/cond.inl
+ */
+
/* rtems/posix/cond.inl
*
* This include file contains the static inline implementation of the private
diff --git a/cpukit/posix/inline/rtems/posix/intr.inl b/cpukit/posix/inline/rtems/posix/intr.inl
index 42e332b912..bddbbebd23 100644
--- a/cpukit/posix/inline/rtems/posix/intr.inl
+++ b/cpukit/posix/inline/rtems/posix/intr.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/intr.inl
+ */
+
/* rtems/posix/intr.inl
*
* This include file contains the static inline implementation of the private
diff --git a/cpukit/posix/inline/rtems/posix/key.inl b/cpukit/posix/inline/rtems/posix/key.inl
index 36f8db9a66..966b9edf50 100644
--- a/cpukit/posix/inline/rtems/posix/key.inl
+++ b/cpukit/posix/inline/rtems/posix/key.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/key.inl
+ */
+
/* rtems/posix/key.inl
*
* This include file contains the static inline implementation of the private
diff --git a/cpukit/posix/inline/rtems/posix/mqueue.inl b/cpukit/posix/inline/rtems/posix/mqueue.inl
index 58716fab4d..3d380f2368 100644
--- a/cpukit/posix/inline/rtems/posix/mqueue.inl
+++ b/cpukit/posix/inline/rtems/posix/mqueue.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/mqueue.inl
+ */
+
/* rtems/posix/mqueue.inl
*
* This include file contains the static inline implementation of the private
diff --git a/cpukit/posix/inline/rtems/posix/mutex.inl b/cpukit/posix/inline/rtems/posix/mutex.inl
index a1768ebbf1..6f2160c9ff 100644
--- a/cpukit/posix/inline/rtems/posix/mutex.inl
+++ b/cpukit/posix/inline/rtems/posix/mutex.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/mutex.inl
+ */
+
/* rtems/posix/mutex.inl
*
* This include file contains the static inline implementation of the private
diff --git a/cpukit/posix/inline/rtems/posix/priority.inl b/cpukit/posix/inline/rtems/posix/priority.inl
index dc8187d4ef..a4329e2668 100644
--- a/cpukit/posix/inline/rtems/posix/priority.inl
+++ b/cpukit/posix/inline/rtems/posix/priority.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/priority.inl
+ */
+
/*
* $Id$
*/
diff --git a/cpukit/posix/inline/rtems/posix/pthread.inl b/cpukit/posix/inline/rtems/posix/pthread.inl
index 18303ff91b..82bc2f1647 100644
--- a/cpukit/posix/inline/rtems/posix/pthread.inl
+++ b/cpukit/posix/inline/rtems/posix/pthread.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/pthread.inl
+ */
+
/* rtems/posix/pthread.inl
*
* This include file contains the static inline implementation of the private
diff --git a/cpukit/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl
index 69229e9119..62f1a1e7f3 100644
--- a/cpukit/posix/inline/rtems/posix/semaphore.inl
+++ b/cpukit/posix/inline/rtems/posix/semaphore.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/semaphore.inl
+ */
+
/* rtems/posix/semaphore.inl
*
* This include file contains the static inline implementation of the private
diff --git a/cpukit/posix/inline/rtems/posix/timer.inl b/cpukit/posix/inline/rtems/posix/timer.inl
index f70953f18b..90f82eef43 100644
--- a/cpukit/posix/inline/rtems/posix/timer.inl
+++ b/cpukit/posix/inline/rtems/posix/timer.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/timer.inl
+ */
+
/* timer.inl
*
* This file contains the static inline implementation of the inlined routines