summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/macros
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/macros
parent2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6c2675dfb2f6d287b277b27089a1ecb6c855600d.tar.bz2
Add doxygen preamble.
Diffstat (limited to 'cpukit/posix/macros')
-rw-r--r--cpukit/posix/macros/rtems/posix/cond.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/intr.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/key.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/mqueue.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/mutex.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/priority.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/pthread.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/semaphore.inl4
-rw-r--r--cpukit/posix/macros/rtems/posix/timer.inl4
9 files changed, 36 insertions, 0 deletions
diff --git a/cpukit/posix/macros/rtems/posix/cond.inl b/cpukit/posix/macros/rtems/posix/cond.inl
index e09acd0437..5cec198e23 100644
--- a/cpukit/posix/macros/rtems/posix/cond.inl
+++ b/cpukit/posix/macros/rtems/posix/cond.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/cond.inl
+ */
+
/* rtems/posix/cond.inl
*
* This include file contains the macro implementation of the private
diff --git a/cpukit/posix/macros/rtems/posix/intr.inl b/cpukit/posix/macros/rtems/posix/intr.inl
index 95dfa04fa8..f09ebc80be 100644
--- a/cpukit/posix/macros/rtems/posix/intr.inl
+++ b/cpukit/posix/macros/rtems/posix/intr.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/intr.inl
+ */
+
/* rtems/posix/intr.inl
*
* This include file contains the macro implementation of the private
diff --git a/cpukit/posix/macros/rtems/posix/key.inl b/cpukit/posix/macros/rtems/posix/key.inl
index 13fda1dfc9..1e70e2d170 100644
--- a/cpukit/posix/macros/rtems/posix/key.inl
+++ b/cpukit/posix/macros/rtems/posix/key.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/key.inl
+ */
+
/* rtems/posix/key.inl
*
* This include file contains the macro implementation of the private
diff --git a/cpukit/posix/macros/rtems/posix/mqueue.inl b/cpukit/posix/macros/rtems/posix/mqueue.inl
index a5db662b0d..716c081968 100644
--- a/cpukit/posix/macros/rtems/posix/mqueue.inl
+++ b/cpukit/posix/macros/rtems/posix/mqueue.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/mqueue.inl
+ */
+
/* rtems/posix/mqueue.inl
*
* This include file contains the macro implementation of the private
diff --git a/cpukit/posix/macros/rtems/posix/mutex.inl b/cpukit/posix/macros/rtems/posix/mutex.inl
index a893397695..f1b9c98a8f 100644
--- a/cpukit/posix/macros/rtems/posix/mutex.inl
+++ b/cpukit/posix/macros/rtems/posix/mutex.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/mutex.inl
+ */
+
/* rtems/posix/mutex.inl
*
* This include file contains the macro implementation of the private
diff --git a/cpukit/posix/macros/rtems/posix/priority.inl b/cpukit/posix/macros/rtems/posix/priority.inl
index ea1ce82669..eab2bf169a 100644
--- a/cpukit/posix/macros/rtems/posix/priority.inl
+++ b/cpukit/posix/macros/rtems/posix/priority.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/priority.inl
+ */
+
/*
* $Id$
*/
diff --git a/cpukit/posix/macros/rtems/posix/pthread.inl b/cpukit/posix/macros/rtems/posix/pthread.inl
index 178c593f52..7fdc4a3a45 100644
--- a/cpukit/posix/macros/rtems/posix/pthread.inl
+++ b/cpukit/posix/macros/rtems/posix/pthread.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/pthread.inl
+ */
+
/* rtems/posix/pthread.inl
*
* This include file contains the macro implementation of the private
diff --git a/cpukit/posix/macros/rtems/posix/semaphore.inl b/cpukit/posix/macros/rtems/posix/semaphore.inl
index 4fae864c3c..08ee09f1dd 100644
--- a/cpukit/posix/macros/rtems/posix/semaphore.inl
+++ b/cpukit/posix/macros/rtems/posix/semaphore.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/semaphore.inl
+ */
+
/* rtems/posix/semaphore.inl
*
* This include file contains the macro implementation of the private
diff --git a/cpukit/posix/macros/rtems/posix/timer.inl b/cpukit/posix/macros/rtems/posix/timer.inl
index 6847cad6b3..39575533e9 100644
--- a/cpukit/posix/macros/rtems/posix/timer.inl
+++ b/cpukit/posix/macros/rtems/posix/timer.inl
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/posix/timer.inl
+ */
+
/* timer.inl
*
* This file contains the macro implementation of the inlined routines