diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-05 08:08:29 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2005-06-05 08:08:29 -0400 |
commit | 5f0f42f166cb05636c51330bdb708f1d443881c7 (patch) | |
tree | a06771866d12e3ad77eb70c60f2703fae971c517 /dev/tsunami_cchip.hh | |
parent | ad8b9636f8576f1431ef60019788affe780eb851 (diff) | |
download | gem5-5f0f42f166cb05636c51330bdb708f1d443881c7.tar.xz |
Fix minor doxygen issues.
Doxyfile:
Turn on EXTRACT_ALL so we get full class hierarchy info.
base/range.hh:
cpu/o3/fetch.hh:
cpu/o3/rename_map.hh:
cpu/o3/rob.hh:
dev/ide_disk.cc:
dev/tsunami.cc:
dev/tsunami.hh:
dev/tsunami_cchip.hh:
Fix doxygen issues.
--HG--
extra : convert_revision : 9e0e8d3510b35db201459b8a3211c5e6ad5f0bb4
Diffstat (limited to 'dev/tsunami_cchip.hh')
-rw-r--r-- | dev/tsunami_cchip.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tsunami_cchip.hh b/dev/tsunami_cchip.hh index 3a2e80c92..931a0fb41 100644 --- a/dev/tsunami_cchip.hh +++ b/dev/tsunami_cchip.hh @@ -139,7 +139,7 @@ class TsunamiCChip : public PioDevice /** * clear a timer interrupt previously posted to the CPU. - * @param interrupt the cpu number to clear(bitvector) + * @param itintr the cpu number to clear(bitvector) */ void clearITI(uint64_t itintr); |