summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/ringbuf.h
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/ringbuf.h
parentAdd definition. (diff)
downloadrtems-4d3017ab2ddb22b461a21cc0e5572793d392d01e.tar.bz2
Add doxygen preamble.
Diffstat (limited to 'cpukit/libcsupport/include/ringbuf.h')
-rw-r--r--cpukit/libcsupport/include/ringbuf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/cpukit/libcsupport/include/ringbuf.h b/cpukit/libcsupport/include/ringbuf.h
index 3895b82274..9a03adbb84 100644
--- a/cpukit/libcsupport/include/ringbuf.h
+++ b/cpukit/libcsupport/include/ringbuf.h
@@ -1,8 +1,10 @@
-/*
- * ringbuf.h
+/**
+ * @file rtems/ringbuf.h
*
* This file provides simple ring buffer functionality.
- *
+ */
+
+/*
* $Id$
*/