summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-22 03:48:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-22 03:48:05 +0000
commitb80dd59dd25a5cb4561c37c441483987e3960eec (patch)
treec54a7593fe2bffe80657024a04710c1b7e532d84
parentCosmetics. (diff)
downloadrtems-b80dd59dd25a5cb4561c37c441483987e3960eec.tar.bz2
2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/bdbuf.h, libblock/include/rtems/blkdev.h, libblock/include/rtems/diskdevs.h, libblock/include/rtems/ide_part_table.h, libblock/include/rtems/ramdisk.h: Add doxygen preamble.
-rw-r--r--cpukit/ChangeLog9
-rw-r--r--cpukit/libblock/include/rtems/bdbuf.h7
-rw-r--r--cpukit/libblock/include/rtems/blkdev.h7
-rw-r--r--cpukit/libblock/include/rtems/diskdevs.h7
-rw-r--r--cpukit/libblock/include/rtems/ide_part_table.h12
-rw-r--r--cpukit/libblock/include/rtems/ramdisk.h8
6 files changed, 37 insertions, 13 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index fde1af9e2b..4c42b9d8a6 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * libblock/include/rtems/bdbuf.h,
+ libblock/include/rtems/blkdev.h,
+ libblock/include/rtems/diskdevs.h,
+ libblock/include/rtems/ide_part_table.h,
+ libblock/include/rtems/ramdisk.h:
+ Add doxygen preamble.
+
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* sapi/include/confdefs.h, sapi/include/rtems/config.h,
diff --git a/cpukit/libblock/include/rtems/bdbuf.h b/cpukit/libblock/include/rtems/bdbuf.h
index f2c2bfa567..5081277c52 100644
--- a/cpukit/libblock/include/rtems/bdbuf.h
+++ b/cpukit/libblock/include/rtems/bdbuf.h
@@ -1,5 +1,10 @@
-/* bdbuf.h -- block device buffer management
+/**
+ * @file rtems/bdbuf.h
*
+ * block device buffer management
+ */
+
+/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
*
diff --git a/cpukit/libblock/include/rtems/blkdev.h b/cpukit/libblock/include/rtems/blkdev.h
index fac71522b6..57d42d7583 100644
--- a/cpukit/libblock/include/rtems/blkdev.h
+++ b/cpukit/libblock/include/rtems/blkdev.h
@@ -1,6 +1,9 @@
+/**
+ * @file rtems/blkdev.h
+ * block device driver interface definitions
+ */
+
/*
- * blkdev.h - block device driver interface definitions
- *
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
*
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index b2bf652b1d..46c79324c7 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -1,6 +1,9 @@
+/**
+ * @file rtems/diskdevs.h
+ * Physical and logical block devices (disks) support
+ */
+
/*
- * logdisk.h - Physical and logical block devices (disks) support
- *
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
*
diff --git a/cpukit/libblock/include/rtems/ide_part_table.h b/cpukit/libblock/include/rtems/ide_part_table.h
index e00f610e40..6ea77520a5 100644
--- a/cpukit/libblock/include/rtems/ide_part_table.h
+++ b/cpukit/libblock/include/rtems/ide_part_table.h
@@ -1,10 +1,10 @@
-/*****************************************************************************
- *
- * ide_part_table.h
- *
- * The header file for library supporting "MS-DOS-style" partition table
- *
+/**
+ * @file rtems/ide_part_table.h
*
+ * Support for "MS-DOS-style" partition tables
+ */
+
+/*
* Copyright (C) 2002 OKTET Ltd., St.-Petersburg, Russia
*
* Author: Konstantin Abramenko <Konstantin.Abramenko@oktet.ru>
diff --git a/cpukit/libblock/include/rtems/ramdisk.h b/cpukit/libblock/include/rtems/ramdisk.h
index b9e8c238b8..0ffbc5e042 100644
--- a/cpukit/libblock/include/rtems/ramdisk.h
+++ b/cpukit/libblock/include/rtems/ramdisk.h
@@ -1,5 +1,9 @@
-/* ramdisk.c -- RAM disk block device implementation
- *
+/**
+ * @file rtems/ramdisk.h
+ * RAM disk block device implementation
+ */
+
+/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
*