diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2005-06-04 23:56:53 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2005-06-04 23:56:53 -0400 |
commit | 8bbaaa7478bdddcd098c4da97f4ac1ba5a97ee67 (patch) | |
tree | 2598e3710650ee9c4c7cfc04a8d71ccbbef8547c /dev/alpha_console.hh | |
parent | 964b5aaed8e67226cab81d7df9c43e0c3b94c8b5 (diff) | |
download | gem5-8bbaaa7478bdddcd098c4da97f4ac1ba5a97ee67.tar.xz |
Fix doxgyen comments
Use openbsd ide/atapi header files
dev/alpha_console.cc:
dev/alpha_console.hh:
dev/baddev.cc:
dev/baddev.hh:
dev/disk_image.cc:
dev/disk_image.hh:
dev/tsunami_cchip.hh:
dev/tsunami_io.hh:
dev/tsunami_pchip.hh:
Fix Doxygen comments
dev/ide_disk.cc:
Use BSD atapi/ide header files
dev/ide_disk.hh:
use ide/atapi header files
--HG--
extra : convert_revision : a15e40c7d7cc52af6867821e9574ba5c47021721
Diffstat (limited to 'dev/alpha_console.hh')
-rw-r--r-- | dev/alpha_console.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/alpha_console.hh b/dev/alpha_console.hh index 5685d7342..1794469f2 100644 --- a/dev/alpha_console.hh +++ b/dev/alpha_console.hh @@ -26,7 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* @file +/** @file * System Console Interface */ @@ -44,7 +44,7 @@ class SimConsole; class System; class SimpleDisk; -/* +/** * Memory mapped interface to the system console. This device * represents a shared data region between the OS Kernel and the * System Console. |