From 5f0f42f166cb05636c51330bdb708f1d443881c7 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sun, 5 Jun 2005 08:08:29 -0400 Subject: 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 --- dev/ide_disk.cc | 4 ++-- dev/tsunami.cc | 3 ++- dev/tsunami.hh | 4 +--- dev/tsunami_cchip.hh | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) (limited to 'dev') diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc index 70cb367b6..23d04bb5e 100644 --- a/dev/ide_disk.cc +++ b/dev/ide_disk.cc @@ -351,7 +351,7 @@ IdeDisk::dmaPrdReadDone() void IdeDisk::doDmaRead() { - /** @TODO we need to figure out what the delay actually will be */ + /** @todo we need to figure out what the delay actually will be */ Tick totalDiskDelay = diskDelay + (curPrd.getByteCount() / SectorSize); DPRINTF(IdeDisk, "doDmaRead, diskDelay: %d totalDiskDelay: %d\n", @@ -455,7 +455,7 @@ IdeDisk::dmaReadDone() void IdeDisk::doDmaWrite() { - /** @TODO we need to figure out what the delay actually will be */ + /** @todo we need to figure out what the delay actually will be */ Tick totalDiskDelay = diskDelay + (curPrd.getByteCount() / SectorSize); DPRINTF(IdeDisk, "doDmaWrite, diskDelay: %d totalDiskDelay: %d\n", diff --git a/dev/tsunami.cc b/dev/tsunami.cc index 7bd066072..760848a00 100644 --- a/dev/tsunami.cc +++ b/dev/tsunami.cc @@ -26,7 +26,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/** @file Implementation of Tsunami platform. +/** @file + * Implementation of Tsunami platform. */ #include diff --git a/dev/tsunami.hh b/dev/tsunami.hh index c6ed4eb51..7fd91d5b2 100644 --- a/dev/tsunami.hh +++ b/dev/tsunami.hh @@ -84,9 +84,7 @@ class Tsunami : public Platform /** * Constructor for the Tsunami Class. * @param name name of the object - * @param con pointer to the console - * @param intrcontrol pointer to the interrupt controller - * @param intrFreq frequency that interrupts happen + * @param intrctrl pointer to the interrupt controller */ Tsunami(const std::string &name, System *s, IntrControl *intctrl, PciConfigAll *pci); 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); -- cgit v1.2.3