summaryrefslogtreecommitdiff
path: root/dev/alpha_console.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2005-06-04 23:56:53 -0400
committerAli Saidi <saidi@eecs.umich.edu>2005-06-04 23:56:53 -0400
commit8bbaaa7478bdddcd098c4da97f4ac1ba5a97ee67 (patch)
tree2598e3710650ee9c4c7cfc04a8d71ccbbef8547c /dev/alpha_console.hh
parent964b5aaed8e67226cab81d7df9c43e0c3b94c8b5 (diff)
downloadgem5-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.hh4
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.