summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-12-02 18:04:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-12-02 18:04:55 +0000
commit4d3017ab2ddb22b461a21cc0e5572793d392d01e (patch)
tree2465c10a9a6bf9bd1ff80cc810cc2a9efbcd801f /cpukit/libcsupport/include/rtems
parentAdd definition. (diff)
downloadrtems-4d3017ab2ddb22b461a21cc0e5572793d392d01e.tar.bz2
Add doxygen preamble.
Diffstat (limited to 'cpukit/libcsupport/include/rtems')
-rw-r--r--cpukit/libcsupport/include/rtems/assoc.h4
-rw-r--r--cpukit/libcsupport/include/rtems/cdefs.h4
-rw-r--r--cpukit/libcsupport/include/rtems/error.h4
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h4
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h4
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h4
-rw-r--r--cpukit/libcsupport/include/rtems/termiostypes.h4
7 files changed, 28 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/libcsupport/include/rtems/assoc.h
index 7c5ebe7f6a..8bfa72b9c9 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/libcsupport/include/rtems/assoc.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/assoc.h
+ */
+
/*
*
* Rtems associativity routines. Mainly used to convert a value from
diff --git a/cpukit/libcsupport/include/rtems/cdefs.h b/cpukit/libcsupport/include/rtems/cdefs.h
index 6abf3234ca..df4690f3e6 100644
--- a/cpukit/libcsupport/include/rtems/cdefs.h
+++ b/cpukit/libcsupport/include/rtems/cdefs.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/cdefs.h
+ */
+
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/cpukit/libcsupport/include/rtems/error.h b/cpukit/libcsupport/include/rtems/error.h
index de6e1715db..2a6b0d0a65 100644
--- a/cpukit/libcsupport/include/rtems/error.h
+++ b/cpukit/libcsupport/include/rtems/error.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/error.h
+ */
+
/*
* Defines and externs for rtems error reporting
*
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index 8b2223ae9d..1ded3d39ae 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/libcsupport.h
+ */
+
/* libcsupport.h
*
* This include file contains the information regarding the
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 4819be4868..bf1c972766 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/libio.h
+ */
+
/*
* System call and file system interface definition
*
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index 3662202e2e..bfe18b294a 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/libio_.h
+ */
+
/*
* Libio Internal Information
*
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h
index 92f8c97b1c..b4c1369c36 100644
--- a/cpukit/libcsupport/include/rtems/termiostypes.h
+++ b/cpukit/libcsupport/include/rtems/termiostypes.h
@@ -1,3 +1,7 @@
+/**
+ * @file rtems/termiostypes.h
+ */
+
/*
* RTEMS termios device support internal data structures
*