summaryrefslogtreecommitdiff
path: root/dev/alpha_console.hh
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2005-06-05 00:45:10 -0400
committerNathan Binkert <binkertn@umich.edu>2005-06-05 00:45:10 -0400
commitfb1282de1a39412b45a48cacc4fbea953008e1cd (patch)
tree3fc965503e06eedded24a4f89d9765f8d7dc2349 /dev/alpha_console.hh
parent13c005a8af79a8481879ce099b45a1f98faae165 (diff)
parent87d27637aa2e99d5218e2e5dd5b728a3d650a2e7 (diff)
downloadgem5-fb1282de1a39412b45a48cacc4fbea953008e1cd.tar.xz
Merge zizzer.eecs.umich.edu:/bk/m5
into crampon.my.domain:/z/binkertn/research/m5/head --HG-- extra : convert_revision : b0c9b044b44a1bfc4cded2ebfa240b799dd4a5a0
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.