diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-08-14 19:25:07 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-08-14 19:25:07 -0400 |
commit | 5bd07f98ed8b69e93345df4a7e626376fab57d8a (patch) | |
tree | 676422af140c7e446eb7c96808698965a55683cf /src/dev/tsunami.hh | |
parent | a04552ce86d0c4311d70abe78035bd8a52f1a14b (diff) | |
download | gem5-5bd07f98ed8b69e93345df4a7e626376fab57d8a.tar.xz |
Fix up doxygen.
--HG--
rename : docs/footer.html => src/doxygen/footer.html
rename : docs/stl.hh => src/doxygen/stl.hh
extra : convert_revision : 2b2e5637930843c1be07deaa708fd4126213cda2
Diffstat (limited to 'src/dev/tsunami.hh')
-rw-r--r-- | src/dev/tsunami.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/tsunami.hh b/src/dev/tsunami.hh index 8bb66e914..6fbfac851 100644 --- a/src/dev/tsunami.hh +++ b/src/dev/tsunami.hh @@ -83,7 +83,8 @@ class Tsunami : public Platform /** * Constructor for the Tsunami Class. * @param name name of the object - * @param intrctrl pointer to the interrupt controller + * @param s system the object belongs to + * @param intctrl pointer to the interrupt controller */ Tsunami(const std::string &name, System *s, IntrControl *intctrl); |